Html Css Color HEX #533512 Baker's Chocolate

📋 copy color: '#533512'

red 83 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #533512

Tints of Baker's Chocolate #533512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

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

R = 53.9%
G = 34.42%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533512 (or 0x533512) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 12. RGB value is (83,53,18). Sum of RGB (Red+Green+Blue) = 83+53+18=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533512 is #ACCAED. Grayscale: #3A3A3A. Windows color (decimal): -11324142 or 1193299. OLE color: 1193299.

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

Color convert

RGB 83 53 18 -
CMYK 0 0.36 0.78 0.67
HSL 32.31º 0.64% 0.2% -
HSV(B) 32.31º 0.78% 0.33% -
XYZ 4.95 4.43 1.17 -
YUV 57.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 83 53 18 0 0.36 0.78 0.67 32.31 0.64 0.2
Hex 53 35 12 0 24 4E 43 20 40 14
Octal 123 65 22 0 44 116 103 40 100 24
Binary 1010011 110101 10010 0 100100 1001110 1000011 100000 1000000 10100

Color Harmonies of #533512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533512

Black with #533512

Text Example


Text Example

White with #533512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533512; }

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

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

background-color css

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

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

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

border-color css

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

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

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