Html Css Color HEX #533411 Baker's Chocolate

📋 copy color: '#533411'

red 83 ◦ green 52 ◦ blue 17

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

Shades of Baker's Chocolate #533411

Tints of Baker's Chocolate #533411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 54.61%
G = 34.21%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#533411 (or 0x533411) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 11. RGB value is (83,52,17). Sum of RGB (Red+Green+Blue) = 83+52+17=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #533411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533411 is #ACCBEE. Grayscale: #393939. Windows color (decimal): -11324399 or 1127507. OLE color: 1127507.

HSL color Cylindrical-coordinate representation of color #533411: hue angle of 31.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533411 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 17 -
CMYK 0 0.37 0.80 0.67
HSL 31.82º 0.66% 0.2% -
HSV(B) 31.82º 0.8% 0.33% -
XYZ 4.9 4.34 1.11 -
YUV 57.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 83 52 17 0 0.37 0.80 0.67 31.82 0.66 0.2
Hex 53 34 11 0 25 50 43 20 42 14
Octal 123 64 21 0 45 120 103 40 102 24
Binary 1010011 110100 10001 0 100101 1010000 1000011 100000 1000010 10100

Color Harmonies of #533411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533411

Black with #533411

Text Example


Text Example

White with #533411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533411; }

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

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

background-color css

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

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

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

border-color css

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

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

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