Html Css Color HEX #533214 Baker's Chocolate

📋 copy color: '#533214'

red 83 ◦ green 50 ◦ blue 20

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

Shades of Baker's Chocolate #533214

Tints of Baker's Chocolate #533214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

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

R = 54.25%
G = 32.68%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#533214 (or 0x533214) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 14. RGB value is (83,50,20). Sum of RGB (Red+Green+Blue) = 83+50+20=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533214 is #ACCDEB. Grayscale: #383838. Windows color (decimal): -11324908 or 1323603. OLE color: 1323603.

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

Color convert

RGB 83 50 20 -
CMYK 0 0.40 0.76 0.67
HSL 28.57º 0.61% 0.2% -
HSV(B) 28.57º 0.76% 0.33% -
XYZ 4.83 4.17 1.21 -
YUV 56.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 83 50 20 0 0.40 0.76 0.67 28.57 0.61 0.2
Hex 53 32 14 0 28 4C 43 1D 3D 14
Octal 123 62 24 0 50 114 103 35 75 24
Binary 1010011 110010 10100 0 101000 1001100 1000011 11101 111101 10100

Color Harmonies of #533214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533214

Black with #533214

Text Example


Text Example

White with #533214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533214; }

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

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

background-color css

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

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

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

border-color css

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

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

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