Html Css Color HEX #533915 Baker's Chocolate

📋 copy color: '#533915'

red 83 ◦ green 57 ◦ blue 21

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

Shades of Baker's Chocolate #533915

Tints of Baker's Chocolate #533915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 51.55%
G = 35.4%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#533915 (or 0x533915) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 15. RGB value is (83,57,21). Sum of RGB (Red+Green+Blue) = 83+57+21=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #533915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533915 is #ACC6EA. Grayscale: #3C3C3C. Windows color (decimal): -11323115 or 1390931. OLE color: 1390931.

HSL color Cylindrical-coordinate representation of color #533915: hue angle of 34.84º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533915 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 21 -
CMYK 0 0.31 0.75 0.67
HSL 34.84º 0.6% 0.2% -
HSV(B) 34.84º 0.75% 0.33% -
XYZ 5.17 4.82 1.37 -
YUV 60.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 83 57 21 0 0.31 0.75 0.67 34.84 0.6 0.2
Hex 53 39 15 0 1F 4B 43 23 3C 14
Octal 123 71 25 0 37 113 103 43 74 24
Binary 1010011 111001 10101 0 11111 1001011 1000011 100011 111100 10100

Color Harmonies of #533915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533915

Black with #533915

Text Example


Text Example

White with #533915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533915; }

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

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

background-color css

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

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

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

border-color css

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

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

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