Html Css Color HEX #533412 Baker's Chocolate

📋 copy color: '#533412'

red 83 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #533412

Tints of Baker's Chocolate #533412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.99%

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

R = 54.25%
G = 33.99%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533412 (or 0x533412) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 12. RGB value is (83,52,18). Sum of RGB (Red+Green+Blue) = 83+52+18=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533412 is #ACCBED. Grayscale: #393939. Windows color (decimal): -11324398 or 1193043. OLE color: 1193043.

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

Color convert

RGB 83 52 18 -
CMYK 0 0.37 0.78 0.67
HSL 31.38º 0.64% 0.2% -
HSV(B) 31.38º 0.78% 0.33% -
XYZ 4.9 4.34 1.15 -
YUV 57.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 83 52 18 0 0.37 0.78 0.67 31.38 0.64 0.2
Hex 53 34 12 0 25 4E 43 1F 40 14
Octal 123 64 22 0 45 116 103 37 100 24
Binary 1010011 110100 10010 0 100101 1001110 1000011 11111 1000000 10100

Color Harmonies of #533412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533412

Black with #533412

Text Example


Text Example

White with #533412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533412; }

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

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

background-color css

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

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

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

border-color css

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

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

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