Html Css Color HEX #533914 Baker's Chocolate

📋 copy color: '#533914'

red 83 ◦ green 57 ◦ blue 20

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

Shades of Baker's Chocolate #533914

Tints of Baker's Chocolate #533914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

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

R = 51.88%
G = 35.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#533914 (or 0x533914) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 14. RGB value is (83,57,20). Sum of RGB (Red+Green+Blue) = 83+57+20=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533914 is #ACC6EB. Grayscale: #3C3C3C. Windows color (decimal): -11323116 or 1325395. OLE color: 1325395.

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

Color convert

RGB 83 57 20 -
CMYK 0 0.31 0.76 0.67
HSL 35.24º 0.61% 0.2% -
HSV(B) 35.24º 0.76% 0.33% -
XYZ 5.16 4.82 1.32 -
YUV 60.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 83 57 20 0 0.31 0.76 0.67 35.24 0.61 0.2
Hex 53 39 14 0 1F 4C 43 23 3D 14
Octal 123 71 24 0 37 114 103 43 75 24
Binary 1010011 111001 10100 0 11111 1001100 1000011 100011 111101 10100

Color Harmonies of #533914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533914

Black with #533914

Text Example


Text Example

White with #533914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533914; }

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

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

background-color css

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

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

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

border-color css

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

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

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