Html Css Color HEX #553B07 Baker's Chocolate

📋 copy color: '#553B07'

red 85 ◦ green 59 ◦ blue 7

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

Shades of Baker's Chocolate #553B07

Tints of Baker's Chocolate #553B07

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.07%

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

R = 56.29%
G = 39.07%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#553B07 (or 0x553B07) is known color: Baker's Chocolate. HEX triplet: 55, 3B and 07. RGB value is (85,59,7). Sum of RGB (Red+Green+Blue) = 85+59+7=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #553B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553B07 is #AAC4F8. Grayscale: #3D3D3D. Windows color (decimal): -11191545 or 473941. OLE color: 473941.

HSL color Cylindrical-coordinate representation of color #553B07: hue angle of 40º 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 #553B07 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 59 7 -
CMYK 0 0.31 0.92 0.67
HSL 40º 0.85% 0.18% -
HSV(B) 40º 0.92% 0.33% -
XYZ 5.35 5.07 0.9 -
YUV 60.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 85 59 7 0 0.31 0.92 0.67 40 0.85 0.18
Hex 55 3B 7 0 1F 5C 43 28 55 12
Octal 125 73 7 0 37 134 103 50 125 22
Binary 1010101 111011 111 0 11111 1011100 1000011 101000 1010101 10010

Color Harmonies of #553B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B07

Black with #553B07

Text Example


Text Example

White with #553B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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