Html Css Color HEX #533611 Baker's Chocolate

📋 copy color: '#533611'

red 83 ◦ green 54 ◦ blue 17

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

Shades of Baker's Chocolate #533611

Tints of Baker's Chocolate #533611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

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

R = 53.9%
G = 35.06%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#533611 (or 0x533611) is known color: Baker's Chocolate. HEX triplet: 53, 36 and 11. RGB value is (83,54,17). Sum of RGB (Red+Green+Blue) = 83+54+17=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533611 is #ACC9EE. Grayscale: #3A3A3A. Windows color (decimal): -11323887 or 1128019. OLE color: 1128019.

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

Color convert

RGB 83 54 17 -
CMYK 0 0.35 0.80 0.67
HSL 33.64º 0.66% 0.2% -
HSV(B) 33.64º 0.8% 0.33% -
XYZ 4.99 4.52 1.14 -
YUV 58.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 83 54 17 0 0.35 0.80 0.67 33.64 0.66 0.2
Hex 53 36 11 0 23 50 43 22 42 14
Octal 123 66 21 0 43 120 103 42 102 24
Binary 1010011 110110 10001 0 100011 1010000 1000011 100010 1000010 10100

Color Harmonies of #533611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533611

Black with #533611

Text Example


Text Example

White with #533611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533611; }

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

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

background-color css

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

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

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

border-color css

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

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

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