Html Css Color HEX #533015 Baker's Chocolate

📋 copy color: '#533015'

red 83 ◦ green 48 ◦ blue 21

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

Shades of Baker's Chocolate #533015

Tints of Baker's Chocolate #533015

RGB

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

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

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

R = 54.61%
G = 31.58%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#533015 (or 0x533015) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 15. RGB value is (83,48,21). Sum of RGB (Red+Green+Blue) = 83+48+21=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #533015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533015 is #ACCFEA. Grayscale: #373737. Windows color (decimal): -11325419 or 1388627. OLE color: 1388627.

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

Color convert

RGB 83 48 21 -
CMYK 0 0.42 0.75 0.67
HSL 26.13º 0.6% 0.2% -
HSV(B) 26.13º 0.75% 0.33% -
XYZ 4.76 4.01 1.23 -
YUV 55.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 83 48 21 0 0.42 0.75 0.67 26.13 0.6 0.2
Hex 53 30 15 0 2A 4B 43 1A 3C 14
Octal 123 60 25 0 52 113 103 32 74 24
Binary 1010011 110000 10101 0 101010 1001011 1000011 11010 111100 10100

Color Harmonies of #533015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533015

Black with #533015

Text Example


Text Example

White with #533015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533015; }

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

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

background-color css

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

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

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

border-color css

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

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

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