Html Css Color HEX #533203 Baker's Chocolate

📋 copy color: '#533203'

red 83 ◦ green 50 ◦ blue 3

#533203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #533203

Tints of Baker's Chocolate #533203

RGB

 RED value IS 83 (32.81% from 255) = 61.03%

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 3 (1.56% from 255) = 2.21%

R = 61.03%
G = 36.76%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#533203 (or 0x533203) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 03. RGB value is (83,50,3). Sum of RGB (Red+Green+Blue) = 83+50+3=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #533203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533203 is #ACCDFC. Grayscale: #363636. Windows color (decimal): -11324925 or 209491. OLE color: 209491.

HSL color Cylindrical-coordinate representation of color #533203: hue angle of 35.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #533203 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 3 -
CMYK 0 0.40 0.96 0.67
HSL 35.25º 0.93% 0.17% -
HSV(B) 35.25º 0.96% 0.33% -
XYZ 4.72 4.13 0.63 -
YUV 54.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 83 50 3 0 0.40 0.96 0.67 35.25 0.93 0.17
Hex 53 32 3 0 28 60 43 23 5D 11
Octal 123 62 3 0 50 140 103 43 135 21
Binary 1010011 110010 11 0 101000 1100000 1000011 100011 1011101 10001

Color Harmonies of #533203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533203

Black with #533203

Text Example


Text Example

White with #533203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533203; }

 p { color: rgb(83,50,3); }

 H1.HeaderClassName
 {
   color: #533203;
 }
 .AnyTagClassName
 {
   color: #533203;
 }
</style>

background-color css

<style>
 a { background-color: #533203; }

 a { background-color: rgb(83,50,3); }

 div.DivClassName
 {
   background-color: #533203;
 }
 .BgClassName
 {
   background-color: #533203;
 }
</style>

border-color css

<style>
 span { border-color: #533203; }

 span { border-color: rgb(83,50,3); }

 td.TdClassName
 {
   border-color: #533203;
 }
 .TagClassName
 {
   border-color: #533203;
 }
</style>