Html Css Color HEX #552B0D Baker's Chocolate

📋 copy color: '#552B0D'

red 85 ◦ green 43 ◦ blue 13

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

Shades of Baker's Chocolate #552B0D

Tints of Baker's Chocolate #552B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 60.28%
G = 30.5%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#552B0D (or 0x552B0D) is known color: Baker's Chocolate. HEX triplet: 55, 2B and 0D. RGB value is (85,43,13). Sum of RGB (Red+Green+Blue) = 85+43+13=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #552B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B0D is #AAD4F2. Grayscale: #343434. Windows color (decimal): -11195635 or 863061. OLE color: 863061.

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

Color convert

RGB 85 43 13 -
CMYK 0 0.49 0.85 0.67
HSL 25º 0.73% 0.19% -
HSV(B) 25º 0.85% 0.33% -
XYZ 4.68 3.69 0.85 -
YUV 52.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 85 43 13 0 0.49 0.85 0.67 25 0.73 0.19
Hex 55 2B D 0 31 55 43 19 49 13
Octal 125 53 15 0 61 125 103 31 111 23
Binary 1010101 101011 1101 0 110001 1010101 1000011 11001 1001001 10011

Color Harmonies of #552B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B0D

Black with #552B0D

Text Example


Text Example

White with #552B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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