Html Css Color HEX #552B0F Baker's Chocolate

📋 copy color: '#552B0F'

red 85 ◦ green 43 ◦ blue 15

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

Shades of Baker's Chocolate #552B0F

Tints of Baker's Chocolate #552B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 59.44%
G = 30.07%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#552B0F (or 0x552B0F) is known color: Baker's Chocolate. HEX triplet: 55, 2B and 0F. RGB value is (85,43,15). Sum of RGB (Red+Green+Blue) = 85+43+15=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #552B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B0F is #AAD4F0. Grayscale: #343434. Windows color (decimal): -11195633 or 994133. OLE color: 994133.

HSL color Cylindrical-coordinate representation of color #552B0F: hue angle of 24º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552B0F is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 43 15 -
CMYK 0 0.49 0.82 0.67
HSL 24º 0.7% 0.2% -
HSV(B) 24º 0.82% 0.33% -
XYZ 4.7 3.69 0.92 -
YUV 52.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 85 43 15 0 0.49 0.82 0.67 24 0.7 0.2
Hex 55 2B F 0 31 52 43 18 46 14
Octal 125 53 17 0 61 122 103 30 106 24
Binary 1010101 101011 1111 0 110001 1010010 1000011 11000 1000110 10100

Color Harmonies of #552B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B0F

Black with #552B0F

Text Example


Text Example

White with #552B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552B0F; }

 p { color: rgb(85,43,15); }

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

background-color css

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

 a { background-color: rgb(85,43,15); }

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

border-color css

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

 span { border-color: rgb(85,43,15); }

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