Html Css Color HEX #533716 Baker's Chocolate

📋 copy color: '#533716'

red 83 ◦ green 55 ◦ blue 22

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

Shades of Baker's Chocolate #533716

Tints of Baker's Chocolate #533716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 51.88%
G = 34.38%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#533716 (or 0x533716) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 16. RGB value is (83,55,22). Sum of RGB (Red+Green+Blue) = 83+55+22=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533716 is #ACC8E9. Grayscale: #3B3B3B. Windows color (decimal): -11323626 or 1455955. OLE color: 1455955.

HSL color Cylindrical-coordinate representation of color #533716: hue angle of 32.46º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533716 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 22 -
CMYK 0 0.34 0.73 0.67
HSL 32.46º 0.58% 0.21% -
HSV(B) 32.46º 0.73% 0.33% -
XYZ 5.08 4.63 1.38 -
YUV 59.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 83 55 22 0 0.34 0.73 0.67 32.46 0.58 0.21
Hex 53 37 16 0 22 49 43 20 3A 15
Octal 123 67 26 0 42 111 103 40 72 25
Binary 1010011 110111 10110 0 100010 1001001 1000011 100000 111010 10101

Color Harmonies of #533716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533716

Black with #533716

Text Example


Text Example

White with #533716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533716; }

 p { color: rgb(83,55,22); }

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

background-color css

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

 a { background-color: rgb(83,55,22); }

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

border-color css

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

 span { border-color: rgb(83,55,22); }

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