Html Css Color HEX #553D07 Baker's Chocolate

📋 copy color: '#553D07'

red 85 ◦ green 61 ◦ blue 7

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

Shades of Baker's Chocolate #553D07

Tints of Baker's Chocolate #553D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.87%

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

R = 55.56%
G = 39.87%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#553D07 (or 0x553D07) is known color: Baker's Chocolate. HEX triplet: 55, 3D and 07. RGB value is (85,61,7). Sum of RGB (Red+Green+Blue) = 85+61+7=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #553D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D07 is #AAC2F8. Grayscale: #3E3E3E. Windows color (decimal): -11191033 or 474453. OLE color: 474453.

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

Color convert

RGB 85 61 7 -
CMYK 0 0.28 0.92 0.67
HSL 41.54º 0.85% 0.18% -
HSV(B) 41.54º 0.92% 0.33% -
XYZ 5.45 5.28 0.93 -
YUV 62.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 85 61 7 0 0.28 0.92 0.67 41.54 0.85 0.18
Hex 55 3D 7 0 1C 5C 43 2A 55 12
Octal 125 75 7 0 34 134 103 52 125 22
Binary 1010101 111101 111 0 11100 1011100 1000011 101010 1010101 10010

Color Harmonies of #553D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D07

Black with #553D07

Text Example


Text Example

White with #553D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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