Html Css Color HEX #553203 Baker's Chocolate

📋 copy color: '#553203'

red 85 ◦ green 50 ◦ blue 3

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

Shades of Baker's Chocolate #553203

Tints of Baker's Chocolate #553203

RGB

 RED value IS 85 (33.59% from 255) = 61.59%

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

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

R = 61.59%
G = 36.23%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#553203 (or 0x553203) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 03. RGB value is (85,50,3). Sum of RGB (Red+Green+Blue) = 85+50+3=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #553203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553203 is #AACDFC. Grayscale: #373737. Windows color (decimal): -11193853 or 209493. OLE color: 209493.

HSL color Cylindrical-coordinate representation of color #553203: hue angle of 34.39º 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 #553203 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 3 -
CMYK 0 0.41 0.96 0.67
HSL 34.39º 0.93% 0.17% -
HSV(B) 34.39º 0.96% 0.33% -
XYZ 4.9 4.22 0.64 -
YUV 55.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 85 50 3 0 0.41 0.96 0.67 34.39 0.93 0.17
Hex 55 32 3 0 29 60 43 22 5D 11
Octal 125 62 3 0 51 140 103 42 135 21
Binary 1010101 110010 11 0 101001 1100000 1000011 100010 1011101 10001

Color Harmonies of #553203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553203

Black with #553203

Text Example


Text Example

White with #553203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553203; }

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

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

background-color css

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

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

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

border-color css

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

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

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