Html Css Color HEX #552402 Baker's Chocolate

📋 copy color: '#552402'

red 85 ◦ green 36 ◦ blue 2

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

Shades of Baker's Chocolate #552402

Tints of Baker's Chocolate #552402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 69.11%
G = 29.27%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#552402 (or 0x552402) is known color: Baker's Chocolate. HEX triplet: 55, 24 and 02. RGB value is (85,36,2). Sum of RGB (Red+Green+Blue) = 85+36+2=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #552402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552402 is #AADBFD. Grayscale: #2E2E2E. Windows color (decimal): -11197438 or 140373. OLE color: 140373.

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

Color convert

RGB 85 36 2 -
CMYK 0 0.58 0.98 0.67
HSL 24.58º 0.95% 0.17% -
HSV(B) 24.58º 0.98% 0.33% -
XYZ 4.39 3.2 0.44 -
YUV 46.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 85 36 2 0 0.58 0.98 0.67 24.58 0.95 0.17
Hex 55 24 2 0 3A 62 43 19 5F 11
Octal 125 44 2 0 72 142 103 31 137 21
Binary 1010101 100100 10 0 111010 1100010 1000011 11001 1011111 10001

Color Harmonies of #552402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552402

Black with #552402

Text Example


Text Example

White with #552402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552402; }

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

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

background-color css

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

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

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

border-color css

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

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

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