Html Css Color HEX #533713 Baker's Chocolate

📋 copy color: '#533713'

red 83 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #533713

Tints of Baker's Chocolate #533713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

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

R = 52.87%
G = 35.03%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#533713 (or 0x533713) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 13. RGB value is (83,55,19). Sum of RGB (Red+Green+Blue) = 83+55+19=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533713 is #ACC8EC. Grayscale: #3B3B3B. Windows color (decimal): -11323629 or 1259347. OLE color: 1259347.

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

Color convert

RGB 83 55 19 -
CMYK 0 0.34 0.77 0.67
HSL 33.75º 0.63% 0.2% -
HSV(B) 33.75º 0.77% 0.33% -
XYZ 5.05 4.62 1.24 -
YUV 59.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 83 55 19 0 0.34 0.77 0.67 33.75 0.63 0.2
Hex 53 37 13 0 22 4D 43 22 3F 14
Octal 123 67 23 0 42 115 103 42 77 24
Binary 1010011 110111 10011 0 100010 1001101 1000011 100010 111111 10100

Color Harmonies of #533713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533713

Black with #533713

Text Example


Text Example

White with #533713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533713; }

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

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

background-color css

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

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

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

border-color css

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

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

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