Html Css Color HEX #533B11 Baker's Chocolate

📋 copy color: '#533B11'

red 83 ◦ green 59 ◦ blue 17

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

Shades of Baker's Chocolate #533B11

Tints of Baker's Chocolate #533B11

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

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

R = 52.2%
G = 37.11%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#533B11 (or 0x533B11) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 11. RGB value is (83,59,17). Sum of RGB (Red+Green+Blue) = 83+59+17=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B11 is #ACC4EE. Grayscale: #3D3D3D. Windows color (decimal): -11322607 or 1129299. OLE color: 1129299.

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

Color convert

RGB 83 59 17 -
CMYK 0 0.29 0.80 0.67
HSL 38.18º 0.66% 0.2% -
HSV(B) 38.18º 0.8% 0.33% -
XYZ 5.23 5.01 1.22 -
YUV 61.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 83 59 17 0 0.29 0.80 0.67 38.18 0.66 0.2
Hex 53 3B 11 0 1D 50 43 26 42 14
Octal 123 73 21 0 35 120 103 46 102 24
Binary 1010011 111011 10001 0 11101 1010000 1000011 100110 1000010 10100

Color Harmonies of #533B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B11

Black with #533B11

Text Example


Text Example

White with #533B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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