Html Css Color HEX #533812 Baker's Chocolate

📋 copy color: '#533812'

red 83 ◦ green 56 ◦ blue 18

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

Shades of Baker's Chocolate #533812

Tints of Baker's Chocolate #533812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

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

R = 52.87%
G = 35.67%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533812 (or 0x533812) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 12. RGB value is (83,56,18). Sum of RGB (Red+Green+Blue) = 83+56+18=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533812 is #ACC7ED. Grayscale: #3B3B3B. Windows color (decimal): -11323374 or 1194067. OLE color: 1194067.

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

Color convert

RGB 83 56 18 -
CMYK 0 0.33 0.78 0.67
HSL 35.08º 0.64% 0.2% -
HSV(B) 35.08º 0.78% 0.33% -
XYZ 5.09 4.71 1.21 -
YUV 59.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 83 56 18 0 0.33 0.78 0.67 35.08 0.64 0.2
Hex 53 38 12 0 21 4E 43 23 40 14
Octal 123 70 22 0 41 116 103 43 100 24
Binary 1010011 111000 10010 0 100001 1001110 1000011 100011 1000000 10100

Color Harmonies of #533812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533812

Black with #533812

Text Example


Text Example

White with #533812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533812; }

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

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

background-color css

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

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

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

border-color css

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

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

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