Html Css Color HEX #533115 Baker's Chocolate

📋 copy color: '#533115'

red 83 ◦ green 49 ◦ blue 21

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

Shades of Baker's Chocolate #533115

Tints of Baker's Chocolate #533115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

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

R = 54.25%
G = 32.03%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#533115 (or 0x533115) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 15. RGB value is (83,49,21). Sum of RGB (Red+Green+Blue) = 83+49+21=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533115 is #ACCEEA. Grayscale: #383838. Windows color (decimal): -11325163 or 1388883. OLE color: 1388883.

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

Color convert

RGB 83 49 21 -
CMYK 0 0.41 0.75 0.67
HSL 27.1º 0.6% 0.2% -
HSV(B) 27.1º 0.75% 0.33% -
XYZ 4.8 4.09 1.25 -
YUV 55.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 83 49 21 0 0.41 0.75 0.67 27.1 0.6 0.2
Hex 53 31 15 0 29 4B 43 1B 3C 14
Octal 123 61 25 0 51 113 103 33 74 24
Binary 1010011 110001 10101 0 101001 1001011 1000011 11011 111100 10100

Color Harmonies of #533115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533115

Black with #533115

Text Example


Text Example

White with #533115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533115; }

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

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

background-color css

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

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

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

border-color css

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

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

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