Html Css Color HEX #552704 Baker's Chocolate

📋 copy color: '#552704'

red 85 ◦ green 39 ◦ blue 4

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

Shades of Baker's Chocolate #552704

Tints of Baker's Chocolate #552704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 66.41%
G = 30.47%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#552704 (or 0x552704) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 04. RGB value is (85,39,4). Sum of RGB (Red+Green+Blue) = 85+39+4=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #552704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552704 is #AAD8FB. Grayscale: #303030. Windows color (decimal): -11196668 or 272213. OLE color: 272213.

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

Color convert

RGB 85 39 4 -
CMYK 0 0.54 0.95 0.67
HSL 25.93º 0.91% 0.17% -
HSV(B) 25.93º 0.95% 0.33% -
XYZ 4.49 3.39 0.53 -
YUV 48.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 85 39 4 0 0.54 0.95 0.67 25.93 0.91 0.17
Hex 55 27 4 0 36 5F 43 1A 5B 11
Octal 125 47 4 0 66 137 103 32 133 21
Binary 1010101 100111 100 0 110110 1011111 1000011 11010 1011011 10001

Color Harmonies of #552704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552704

Black with #552704

Text Example


Text Example

White with #552704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552704; }

 p { color: rgb(85,39,4); }

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

background-color css

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

 a { background-color: rgb(85,39,4); }

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

border-color css

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

 span { border-color: rgb(85,39,4); }

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