Html Css Color HEX #533409 Baker's Chocolate

📋 copy color: '#533409'

red 83 ◦ green 52 ◦ blue 9

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

Shades of Baker's Chocolate #533409

Tints of Baker's Chocolate #533409

RGB

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

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

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

R = 57.64%
G = 36.11%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#533409 (or 0x533409) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 09. RGB value is (83,52,9). Sum of RGB (Red+Green+Blue) = 83+52+9=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #533409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533409 is #ACCBF6. Grayscale: #383838. Windows color (decimal): -11324407 or 603219. OLE color: 603219.

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

Color convert

RGB 83 52 9 -
CMYK 0 0.37 0.89 0.67
HSL 34.86º 0.8% 0.18% -
HSV(B) 34.86º 0.89% 0.33% -
XYZ 4.84 4.31 0.84 -
YUV 56.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 83 52 9 0 0.37 0.89 0.67 34.86 0.8 0.18
Hex 53 34 9 0 25 59 43 23 50 12
Octal 123 64 11 0 45 131 103 43 120 22
Binary 1010011 110100 1001 0 100101 1011001 1000011 100011 1010000 10010

Color Harmonies of #533409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533409

Black with #533409

Text Example


Text Example

White with #533409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533409; }

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

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

background-color css

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

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

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

border-color css

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

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

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