Html Css Color HEX #552B12 Baker's Chocolate

📋 copy color: '#552B12'

red 85 ◦ green 43 ◦ blue 18

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

Shades of Baker's Chocolate #552B12

Tints of Baker's Chocolate #552B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 58.22%
G = 29.45%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#552B12 (or 0x552B12) is known color: Baker's Chocolate. HEX triplet: 55, 2B and 12. RGB value is (85,43,18). Sum of RGB (Red+Green+Blue) = 85+43+18=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #552B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B12 is #AAD4ED. Grayscale: #343434. Windows color (decimal): -11195630 or 1190741. OLE color: 1190741.

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

Color convert

RGB 85 43 18 -
CMYK 0 0.49 0.79 0.67
HSL 22.39º 0.65% 0.2% -
HSV(B) 22.39º 0.79% 0.33% -
XYZ 4.72 3.7 1.04 -
YUV 52.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 85 43 18 0 0.49 0.79 0.67 22.39 0.65 0.2
Hex 55 2B 12 0 31 4F 43 16 41 14
Octal 125 53 22 0 61 117 103 26 101 24
Binary 1010101 101011 10010 0 110001 1001111 1000011 10110 1000001 10100

Color Harmonies of #552B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B12

Black with #552B12

Text Example


Text Example

White with #552B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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