Html Css Color HEX #533014 Baker's Chocolate

📋 copy color: '#533014'

red 83 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #533014

Tints of Baker's Chocolate #533014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 54.97%
G = 31.79%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#533014 (or 0x533014) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 14. RGB value is (83,48,20). Sum of RGB (Red+Green+Blue) = 83+48+20=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #533014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533014 is #ACCFEB. Grayscale: #373737. Windows color (decimal): -11325420 or 1323091. OLE color: 1323091.

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

Color convert

RGB 83 48 20 -
CMYK 0 0.42 0.76 0.67
HSL 26.67º 0.61% 0.2% -
HSV(B) 26.67º 0.76% 0.33% -
XYZ 4.75 4 1.18 -
YUV 55.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 83 48 20 0 0.42 0.76 0.67 26.67 0.61 0.2
Hex 53 30 14 0 2A 4C 43 1B 3D 14
Octal 123 60 24 0 52 114 103 33 75 24
Binary 1010011 110000 10100 0 101010 1001100 1000011 11011 111101 10100

Color Harmonies of #533014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533014

Black with #533014

Text Example


Text Example

White with #533014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533014; }

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

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

background-color css

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

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

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

border-color css

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

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

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