Html Css Color HEX #533711 Baker's Chocolate

📋 copy color: '#533711'

red 83 ◦ green 55 ◦ blue 17

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

Shades of Baker's Chocolate #533711

Tints of Baker's Chocolate #533711

RGB

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

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

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

R = 53.55%
G = 35.48%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#533711 (or 0x533711) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 11. RGB value is (83,55,17). Sum of RGB (Red+Green+Blue) = 83+55+17=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533711 is #ACC8EE. Grayscale: #3B3B3B. Windows color (decimal): -11323631 or 1128275. OLE color: 1128275.

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

Color convert

RGB 83 55 17 -
CMYK 0 0.34 0.80 0.67
HSL 34.55º 0.66% 0.2% -
HSV(B) 34.55º 0.8% 0.33% -
XYZ 5.03 4.61 1.16 -
YUV 59.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 83 55 17 0 0.34 0.80 0.67 34.55 0.66 0.2
Hex 53 37 11 0 22 50 43 23 42 14
Octal 123 67 21 0 42 120 103 43 102 24
Binary 1010011 110111 10001 0 100010 1010000 1000011 100011 1000010 10100

Color Harmonies of #533711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533711

Black with #533711

Text Example


Text Example

White with #533711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533711; }

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

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

background-color css

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

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

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

border-color css

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

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

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