Html Css Color HEX #533B10 Baker's Chocolate

📋 copy color: '#533B10'

red 83 ◦ green 59 ◦ blue 16

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

Shades of Baker's Chocolate #533B10

Tints of Baker's Chocolate #533B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 52.53%
G = 37.34%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#533B10 (or 0x533B10) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 10. RGB value is (83,59,16). Sum of RGB (Red+Green+Blue) = 83+59+16=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B10 is #ACC4EF. Grayscale: #3D3D3D. Windows color (decimal): -11322608 or 1063763. OLE color: 1063763.

HSL color Cylindrical-coordinate representation of color #533B10: hue angle of 38.51º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #533B10 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 59 16 -
CMYK 0 0.29 0.81 0.67
HSL 38.51º 0.68% 0.19% -
HSV(B) 38.51º 0.81% 0.33% -
XYZ 5.22 5 1.18 -
YUV 61.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 83 59 16 0 0.29 0.81 0.67 38.51 0.68 0.19
Hex 53 3B 10 0 1D 51 43 27 44 13
Octal 123 73 20 0 35 121 103 47 104 23
Binary 1010011 111011 10000 0 11101 1010001 1000011 100111 1000100 10011

Color Harmonies of #533B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B10

Black with #533B10

Text Example


Text Example

White with #533B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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