Html Css Color HEX #532509 Baker's Chocolate

📋 copy color: '#532509'

red 83 ◦ green 37 ◦ blue 9

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

Shades of Baker's Chocolate #532509

Tints of Baker's Chocolate #532509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.68%

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

R = 64.34%
G = 28.68%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#532509 (or 0x532509) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 09. RGB value is (83,37,9). Sum of RGB (Red+Green+Blue) = 83+37+9=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #532509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532509 is #ACDAF6. Grayscale: #2F2F2F. Windows color (decimal): -11328247 or 599379. OLE color: 599379.

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

Color convert

RGB 83 37 9 -
CMYK 0 0.55 0.89 0.67
HSL 22.7º 0.8% 0.18% -
HSV(B) 22.7º 0.89% 0.33% -
XYZ 4.28 3.18 0.65 -
YUV 47.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 83 37 9 0 0.55 0.89 0.67 22.7 0.8 0.18
Hex 53 25 9 0 37 59 43 17 50 12
Octal 123 45 11 0 67 131 103 27 120 22
Binary 1010011 100101 1001 0 110111 1011001 1000011 10111 1010000 10010

Color Harmonies of #532509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532509

Black with #532509

Text Example


Text Example

White with #532509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532509; }

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

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

background-color css

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

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

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

border-color css

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

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

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