Html Css Color HEX #553702 Baker's Chocolate

📋 copy color: '#553702'

red 85 ◦ green 55 ◦ blue 2

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

Shades of Baker's Chocolate #553702

Tints of Baker's Chocolate #553702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 2 (1.17% from 255) = 1.41%

R = 59.86%
G = 38.73%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#553702 (or 0x553702) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 02. RGB value is (85,55,2). Sum of RGB (Red+Green+Blue) = 85+55+2=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553702 is #AAC8FD. Grayscale: #3A3A3A. Windows color (decimal): -11192574 or 145237. OLE color: 145237.

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

Color convert

RGB 85 55 2 -
CMYK 0 0.35 0.98 0.67
HSL 38.31º 0.95% 0.17% -
HSV(B) 38.31º 0.98% 0.33% -
XYZ 5.12 4.67 0.69 -
YUV 57.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 85 55 2 0 0.35 0.98 0.67 38.31 0.95 0.17
Hex 55 37 2 0 23 62 43 26 5F 11
Octal 125 67 2 0 43 142 103 46 137 21
Binary 1010101 110111 10 0 100011 1100010 1000011 100110 1011111 10001

Color Harmonies of #553702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553702

Black with #553702

Text Example


Text Example

White with #553702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553702; }

 p { color: rgb(85,55,2); }

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

background-color css

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

 a { background-color: rgb(85,55,2); }

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

border-color css

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

 span { border-color: rgb(85,55,2); }

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