Html Css Color HEX #553404 Baker's Chocolate

📋 copy color: '#553404'

red 85 ◦ green 52 ◦ blue 4

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

Shades of Baker's Chocolate #553404

Tints of Baker's Chocolate #553404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

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

R = 60.28%
G = 36.88%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#553404 (or 0x553404) is known color: Baker's Chocolate. HEX triplet: 55, 34 and 04. RGB value is (85,52,4). Sum of RGB (Red+Green+Blue) = 85+52+4=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #553404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553404 is #AACBFB. Grayscale: #383838. Windows color (decimal): -11193340 or 275541. OLE color: 275541.

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

Color convert

RGB 85 52 4 -
CMYK 0 0.39 0.95 0.67
HSL 35.56º 0.91% 0.17% -
HSV(B) 35.56º 0.95% 0.33% -
XYZ 5 4.4 0.7 -
YUV 56.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 85 52 4 0 0.39 0.95 0.67 35.56 0.91 0.17
Hex 55 34 4 0 27 5F 43 24 5B 11
Octal 125 64 4 0 47 137 103 44 133 21
Binary 1010101 110100 100 0 100111 1011111 1000011 100100 1011011 10001

Color Harmonies of #553404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553404

Black with #553404

Text Example


Text Example

White with #553404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553404; }

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

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

background-color css

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

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

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

border-color css

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

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

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