Html Css Color HEX #533212 Baker's Chocolate

📋 copy color: '#533212'

red 83 ◦ green 50 ◦ blue 18

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

Shades of Baker's Chocolate #533212

Tints of Baker's Chocolate #533212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

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

R = 54.97%
G = 33.11%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533212 (or 0x533212) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 12. RGB value is (83,50,18). Sum of RGB (Red+Green+Blue) = 83+50+18=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #533212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533212 is #ACCDED. Grayscale: #383838. Windows color (decimal): -11324910 or 1192531. OLE color: 1192531.

HSL color Cylindrical-coordinate representation of color #533212: hue angle of 29.54º 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 #533212 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 18 -
CMYK 0 0.40 0.78 0.67
HSL 29.54º 0.64% 0.2% -
HSV(B) 29.54º 0.78% 0.33% -
XYZ 4.82 4.16 1.12 -
YUV 56.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 83 50 18 0 0.40 0.78 0.67 29.54 0.64 0.2
Hex 53 32 12 0 28 4E 43 1E 40 14
Octal 123 62 22 0 50 116 103 36 100 24
Binary 1010011 110010 10010 0 101000 1001110 1000011 11110 1000000 10100

Color Harmonies of #533212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533212

Black with #533212

Text Example


Text Example

White with #533212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533212; }

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

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

background-color css

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

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

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

border-color css

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

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

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