Html Css Color HEX #533515 Baker's Chocolate

📋 copy color: '#533515'

red 83 ◦ green 53 ◦ blue 21

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

Shades of Baker's Chocolate #533515

Tints of Baker's Chocolate #533515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

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

R = 52.87%
G = 33.76%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#533515 (or 0x533515) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 15. RGB value is (83,53,21). Sum of RGB (Red+Green+Blue) = 83+53+21=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533515 is #ACCAEA. Grayscale: #3A3A3A. Windows color (decimal): -11324139 or 1389907. OLE color: 1389907.

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

Color convert

RGB 83 53 21 -
CMYK 0 0.36 0.75 0.67
HSL 30.97º 0.6% 0.2% -
HSV(B) 30.97º 0.75% 0.33% -
XYZ 4.98 4.44 1.3 -
YUV 58.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 83 53 21 0 0.36 0.75 0.67 30.97 0.6 0.2
Hex 53 35 15 0 24 4B 43 1F 3C 14
Octal 123 65 25 0 44 113 103 37 74 24
Binary 1010011 110101 10101 0 100100 1001011 1000011 11111 111100 10100

Color Harmonies of #533515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533515

Black with #533515

Text Example


Text Example

White with #533515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533515; }

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

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

background-color css

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

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

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

border-color css

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

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

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