Html Css Color HEX #5F2909 Baker's Chocolate

📋 copy color: '#5F2909'

red 95 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #5F2909

Tints of Baker's Chocolate #5F2909

RGB

 RED value IS 95 (37.5% from 255) = 65.52%

 GREEN value IS 41 (16.41% from 255) = 28.28%

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

R = 65.52%
G = 28.28%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#5F2909 (or 0x5F2909) is known color: Baker's Chocolate. HEX triplet: 5F, 29 and 09. RGB value is (95,41,9). Sum of RGB (Red+Green+Blue) = 95+41+9=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2909 is #A0D6F6. Grayscale: #353535. Windows color (decimal): -10540791 or 600415. OLE color: 600415.

HSL color Cylindrical-coordinate representation of color #5F2909: hue angle of 22.33º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F2909 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 41 9 -
CMYK 0 0.57 0.91 0.63
HSL 22.33º 0.83% 0.2% -
HSV(B) 22.33º 0.91% 0.37% -
XYZ 5.56 4.04 0.74 -
YUV 53.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 95 41 9 0 0.57 0.91 0.63 22.33 0.83 0.2
Hex 5F 29 9 0 39 5B 3F 16 53 14
Octal 137 51 11 0 71 133 77 26 123 24
Binary 1011111 101001 1001 0 111001 1011011 111111 10110 1010011 10100

Color Harmonies of #5F2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2909

Black with #5F2909

Text Example


Text Example

White with #5F2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2909; }

 p { color: rgb(95,41,9); }

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

background-color css

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

 a { background-color: rgb(95,41,9); }

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

border-color css

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

 span { border-color: rgb(95,41,9); }

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