Html Css Color HEX #553907 Baker's Chocolate

📋 copy color: '#553907'

red 85 ◦ green 57 ◦ blue 7

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

Shades of Baker's Chocolate #553907

Tints of Baker's Chocolate #553907

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.26%

 BLUE value IS 7 (3.13% from 255) = 4.7%

R = 57.05%
G = 38.26%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#553907 (or 0x553907) is known color: Baker's Chocolate. HEX triplet: 55, 39 and 07. RGB value is (85,57,7). Sum of RGB (Red+Green+Blue) = 85+57+7=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553907 is #AAC6F8. Grayscale: #3B3B3B. Windows color (decimal): -11192057 or 473429. OLE color: 473429.

HSL color Cylindrical-coordinate representation of color #553907: hue angle of 38.46º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #553907 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 57 7 -
CMYK 0 0.33 0.92 0.67
HSL 38.46º 0.85% 0.18% -
HSV(B) 38.46º 0.92% 0.33% -
XYZ 5.25 4.87 0.86 -
YUV 59.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 85 57 7 0 0.33 0.92 0.67 38.46 0.85 0.18
Hex 55 39 7 0 21 5C 43 26 55 12
Octal 125 71 7 0 41 134 103 46 125 22
Binary 1010101 111001 111 0 100001 1011100 1000011 100110 1010101 10010

Color Harmonies of #553907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553907

Black with #553907

Text Example


Text Example

White with #553907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553907; }

 p { color: rgb(85,57,7); }

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

background-color css

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

 a { background-color: rgb(85,57,7); }

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

border-color css

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

 span { border-color: rgb(85,57,7); }

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