Html Css Color HEX #533010 Baker's Chocolate

📋 copy color: '#533010'

red 83 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #533010

Tints of Baker's Chocolate #533010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

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

R = 56.46%
G = 32.65%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#533010 (or 0x533010) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 10. RGB value is (83,48,16). Sum of RGB (Red+Green+Blue) = 83+48+16=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #533010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533010 is #ACCFEF. Grayscale: #363636. Windows color (decimal): -11325424 or 1060947. OLE color: 1060947.

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

Color convert

RGB 83 48 16 -
CMYK 0 0.42 0.81 0.67
HSL 28.66º 0.68% 0.19% -
HSV(B) 28.66º 0.81% 0.33% -
XYZ 4.72 3.99 1.01 -
YUV 54.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 83 48 16 0 0.42 0.81 0.67 28.66 0.68 0.19
Hex 53 30 10 0 2A 51 43 1D 44 13
Octal 123 60 20 0 52 121 103 35 104 23
Binary 1010011 110000 10000 0 101010 1010001 1000011 11101 1000100 10011

Color Harmonies of #533010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533010

Black with #533010

Text Example


Text Example

White with #533010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533010; }

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

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

background-color css

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

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

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

border-color css

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

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

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