Html Css Color HEX #533813 Baker's Chocolate

📋 copy color: '#533813'

red 83 ◦ green 56 ◦ blue 19

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

Shades of Baker's Chocolate #533813

Tints of Baker's Chocolate #533813

RGB

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

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

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

R = 52.53%
G = 35.44%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#533813 (or 0x533813) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 13. RGB value is (83,56,19). Sum of RGB (Red+Green+Blue) = 83+56+19=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533813 is #ACC7EC. Grayscale: #3C3C3C. Windows color (decimal): -11323373 or 1259603. OLE color: 1259603.

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

Color convert

RGB 83 56 19 -
CMYK 0 0.33 0.77 0.67
HSL 34.69º 0.63% 0.2% -
HSV(B) 34.69º 0.77% 0.33% -
XYZ 5.1 4.71 1.26 -
YUV 59.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 83 56 19 0 0.33 0.77 0.67 34.69 0.63 0.2
Hex 53 38 13 0 21 4D 43 23 3F 14
Octal 123 70 23 0 41 115 103 43 77 24
Binary 1010011 111000 10011 0 100001 1001101 1000011 100011 111111 10100

Color Harmonies of #533813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533813

Black with #533813

Text Example


Text Example

White with #533813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533813; }

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

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

background-color css

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

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

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

border-color css

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

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

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