Html Css Color HEX #533013 Baker's Chocolate

📋 copy color: '#533013'

red 83 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #533013

Tints of Baker's Chocolate #533013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 55.33%
G = 32%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#533013 (or 0x533013) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 13. RGB value is (83,48,19). Sum of RGB (Red+Green+Blue) = 83+48+19=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533013 is #ACCFEC. Grayscale: #373737. Windows color (decimal): -11325421 or 1257555. OLE color: 1257555.

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

Color convert

RGB 83 48 19 -
CMYK 0 0.42 0.77 0.67
HSL 27.19º 0.63% 0.2% -
HSV(B) 27.19º 0.77% 0.33% -
XYZ 4.74 4 1.14 -
YUV 55.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 83 48 19 0 0.42 0.77 0.67 27.19 0.63 0.2
Hex 53 30 13 0 2A 4D 43 1B 3F 14
Octal 123 60 23 0 52 115 103 33 77 24
Binary 1010011 110000 10011 0 101010 1001101 1000011 11011 111111 10100

Color Harmonies of #533013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533013

Black with #533013

Text Example


Text Example

White with #533013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533013; }

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

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

background-color css

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

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

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

border-color css

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

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

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