Html Css Color HEX #533709 Baker's Chocolate

📋 copy color: '#533709'

red 83 ◦ green 55 ◦ blue 9

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

Shades of Baker's Chocolate #533709

Tints of Baker's Chocolate #533709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.12%

R = 56.46%
G = 37.41%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#533709 (or 0x533709) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 09. RGB value is (83,55,9). Sum of RGB (Red+Green+Blue) = 83+55+9=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #533709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533709 is #ACC8F6. Grayscale: #3A3A3A. Windows color (decimal): -11323639 or 603987. OLE color: 603987.

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

Color convert

RGB 83 55 9 -
CMYK 0 0.34 0.89 0.67
HSL 37.3º 0.8% 0.18% -
HSV(B) 37.3º 0.89% 0.33% -
XYZ 4.98 4.59 0.88 -
YUV 58.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 83 55 9 0 0.34 0.89 0.67 37.3 0.8 0.18
Hex 53 37 9 0 22 59 43 25 50 12
Octal 123 67 11 0 42 131 103 45 120 22
Binary 1010011 110111 1001 0 100010 1011001 1000011 100101 1010000 10010

Color Harmonies of #533709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533709

Black with #533709

Text Example


Text Example

White with #533709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533709; }

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

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

background-color css

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

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

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

border-color css

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

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

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