Html Css Color HEX #552B00 Baker's Chocolate

📋 copy color: '#552B00'

red 85 ◦ green 43 ◦ blue 0

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

Shades of Baker's Chocolate #552B00

Tints of Baker's Chocolate #552B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.41%
G = 33.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#552B00 (or 0x552B00) is known color: Baker's Chocolate. HEX triplet: 55, 2B and 00. RGB value is (85,43,0). Sum of RGB (Red+Green+Blue) = 85+43+0=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #552B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B00 is #AAD4FF. Grayscale: #323232. Windows color (decimal): -11195648 or 11093. OLE color: 11093.

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

Color convert

RGB 85 43 0 -
CMYK 0 0.49 1 0.67
HSL 30.35º 1% 0.17% -
HSV(B) 30.35º 1% 0.33% -
XYZ 4.61 3.66 0.46 -
YUV 50.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 85 43 0 0 0.49 1 0.67 30.35 1 0.17
Hex 55 2B 0 0 31 64 43 1E 64 11
Octal 125 53 0 0 61 144 103 36 144 21
Binary 1010101 101011 0 0 110001 1100100 1000011 11110 1100100 10001

Color Harmonies of #552B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B00

Black with #552B00

Text Example


Text Example

White with #552B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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