Html Css Color HEX #533112 Baker's Chocolate

📋 copy color: '#533112'

red 83 ◦ green 49 ◦ blue 18

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

Shades of Baker's Chocolate #533112

Tints of Baker's Chocolate #533112

RGB

 RED value IS 83 (32.81% from 255) = 55.33%

 GREEN value IS 49 (19.53% from 255) = 32.67%

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

R = 55.33%
G = 32.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533112 (or 0x533112) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 12. RGB value is (83,49,18). Sum of RGB (Red+Green+Blue) = 83+49+18=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533112 is #ACCEED. Grayscale: #373737. Windows color (decimal): -11325166 or 1192275. OLE color: 1192275.

HSL color Cylindrical-coordinate representation of color #533112: hue angle of 28.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533112 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 18 -
CMYK 0 0.41 0.78 0.67
HSL 28.62º 0.64% 0.2% -
HSV(B) 28.62º 0.78% 0.33% -
XYZ 4.77 4.08 1.11 -
YUV 55.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 83 49 18 0 0.41 0.78 0.67 28.62 0.64 0.2
Hex 53 31 12 0 29 4E 43 1D 40 14
Octal 123 61 22 0 51 116 103 35 100 24
Binary 1010011 110001 10010 0 101001 1001110 1000011 11101 1000000 10100

Color Harmonies of #533112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533112

Black with #533112

Text Example


Text Example

White with #533112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533112; }

 p { color: rgb(83,49,18); }

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

background-color css

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

 a { background-color: rgb(83,49,18); }

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

border-color css

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

 span { border-color: rgb(83,49,18); }

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