Html Css Color HEX #533012 Baker's Chocolate

📋 copy color: '#533012'

red 83 ◦ green 48 ◦ blue 18

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

Shades of Baker's Chocolate #533012

Tints of Baker's Chocolate #533012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 55.7%
G = 32.21%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533012 (or 0x533012) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 12. RGB value is (83,48,18). Sum of RGB (Red+Green+Blue) = 83+48+18=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #533012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533012 is #ACCFED. Grayscale: #373737. Windows color (decimal): -11325422 or 1192019. OLE color: 1192019.

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

Color convert

RGB 83 48 18 -
CMYK 0 0.42 0.78 0.67
HSL 27.69º 0.64% 0.2% -
HSV(B) 27.69º 0.78% 0.33% -
XYZ 4.73 4 1.09 -
YUV 55.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 83 48 18 0 0.42 0.78 0.67 27.69 0.64 0.2
Hex 53 30 12 0 2A 4E 43 1C 40 14
Octal 123 60 22 0 52 116 103 34 100 24
Binary 1010011 110000 10010 0 101010 1001110 1000011 11100 1000000 10100

Color Harmonies of #533012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533012

Black with #533012

Text Example


Text Example

White with #533012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533012; }

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

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

background-color css

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

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

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

border-color css

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

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

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