Html Css Color HEX #533911 Baker's Chocolate

📋 copy color: '#533911'

red 83 ◦ green 57 ◦ blue 17

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

Shades of Baker's Chocolate #533911

Tints of Baker's Chocolate #533911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.31%

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

R = 52.87%
G = 36.31%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#533911 (or 0x533911) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 11. RGB value is (83,57,17). Sum of RGB (Red+Green+Blue) = 83+57+17=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533911 is #ACC6EE. Grayscale: #3C3C3C. Windows color (decimal): -11323119 or 1128787. OLE color: 1128787.

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

Color convert

RGB 83 57 17 -
CMYK 0 0.31 0.80 0.67
HSL 36.36º 0.66% 0.2% -
HSV(B) 36.36º 0.8% 0.33% -
XYZ 5.13 4.81 1.19 -
YUV 60.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 83 57 17 0 0.31 0.80 0.67 36.36 0.66 0.2
Hex 53 39 11 0 1F 50 43 24 42 14
Octal 123 71 21 0 37 120 103 44 102 24
Binary 1010011 111001 10001 0 11111 1010000 1000011 100100 1000010 10100

Color Harmonies of #533911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533911

Black with #533911

Text Example


Text Example

White with #533911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533911; }

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

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

background-color css

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

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

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

border-color css

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

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

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