Html Css Color HEX #533913 Baker's Chocolate

📋 copy color: '#533913'

red 83 ◦ green 57 ◦ blue 19

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

Shades of Baker's Chocolate #533913

Tints of Baker's Chocolate #533913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 52.2%
G = 35.85%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#533913 (or 0x533913) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 13. RGB value is (83,57,19). Sum of RGB (Red+Green+Blue) = 83+57+19=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533913 is #ACC6EC. Grayscale: #3C3C3C. Windows color (decimal): -11323117 or 1259859. OLE color: 1259859.

HSL color Cylindrical-coordinate representation of color #533913: hue angle of 35.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #533913 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 19 -
CMYK 0 0.31 0.77 0.67
HSL 35.63º 0.63% 0.2% -
HSV(B) 35.63º 0.77% 0.33% -
XYZ 5.15 4.81 1.27 -
YUV 60.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 83 57 19 0 0.31 0.77 0.67 35.63 0.63 0.2
Hex 53 39 13 0 1F 4D 43 24 3F 14
Octal 123 71 23 0 37 115 103 44 77 24
Binary 1010011 111001 10011 0 11111 1001101 1000011 100100 111111 10100

Color Harmonies of #533913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533913

Black with #533913

Text Example


Text Example

White with #533913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533913; }

 p { color: rgb(83,57,19); }

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

background-color css

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

 a { background-color: rgb(83,57,19); }

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

border-color css

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

 span { border-color: rgb(83,57,19); }

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