Html Css Color HEX #533415 Baker's Chocolate

📋 copy color: '#533415'

red 83 ◦ green 52 ◦ blue 21

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

Shades of Baker's Chocolate #533415

Tints of Baker's Chocolate #533415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.33%

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

R = 53.21%
G = 33.33%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#533415 (or 0x533415) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 15. RGB value is (83,52,21). Sum of RGB (Red+Green+Blue) = 83+52+21=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533415 is #ACCBEA. Grayscale: #393939. Windows color (decimal): -11324395 or 1389651. OLE color: 1389651.

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

Color convert

RGB 83 52 21 -
CMYK 0 0.37 0.75 0.67
HSL 30º 0.6% 0.2% -
HSV(B) 30º 0.75% 0.33% -
XYZ 4.93 4.35 1.29 -
YUV 57.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 83 52 21 0 0.37 0.75 0.67 30 0.6 0.2
Hex 53 34 15 0 25 4B 43 1E 3C 14
Octal 123 64 25 0 45 113 103 36 74 24
Binary 1010011 110100 10101 0 100101 1001011 1000011 11110 111100 10100

Color Harmonies of #533415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533415

Black with #533415

Text Example


Text Example

White with #533415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533415; }

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

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

background-color css

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

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

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

border-color css

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

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

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