Html Css Color HEX #533414 Baker's Chocolate

📋 copy color: '#533414'

red 83 ◦ green 52 ◦ blue 20

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

Shades of Baker's Chocolate #533414

Tints of Baker's Chocolate #533414

RGB

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

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

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

R = 53.55%
G = 33.55%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#533414 (or 0x533414) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 14. RGB value is (83,52,20). Sum of RGB (Red+Green+Blue) = 83+52+20=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533414 is #ACCBEB. Grayscale: #393939. Windows color (decimal): -11324396 or 1324115. OLE color: 1324115.

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

Color convert

RGB 83 52 20 -
CMYK 0 0.37 0.76 0.67
HSL 30.48º 0.61% 0.2% -
HSV(B) 30.48º 0.76% 0.33% -
XYZ 4.92 4.35 1.24 -
YUV 57.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 83 52 20 0 0.37 0.76 0.67 30.48 0.61 0.2
Hex 53 34 14 0 25 4C 43 1E 3D 14
Octal 123 64 24 0 45 114 103 36 75 24
Binary 1010011 110100 10100 0 100101 1001100 1000011 11110 111101 10100

Color Harmonies of #533414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533414

Black with #533414

Text Example


Text Example

White with #533414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533414; }

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

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

background-color css

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

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

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

border-color css

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

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

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