Html Css Color HEX #5F2505 Baker's Chocolate

📋 copy color: '#5F2505'

red 95 ◦ green 37 ◦ blue 5

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

Shades of Baker's Chocolate #5F2505

Tints of Baker's Chocolate #5F2505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 69.34%
G = 27.01%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.63

RGB Variations

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

Color information

#5F2505 (or 0x5F2505) is known color: Baker's Chocolate. HEX triplet: 5F, 25 and 05. RGB value is (95,37,5). Sum of RGB (Red+Green+Blue) = 95+37+5=137 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.34% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2505 is #A0DAFA. Grayscale: #323232. Windows color (decimal): -10541819 or 337247. OLE color: 337247.

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

Color convert

RGB 95 37 5 -
CMYK 0 0.61 0.95 0.63
HSL 21.33º 0.9% 0.2% -
HSV(B) 21.33º 0.95% 0.37% -
XYZ 5.41 3.77 0.59 -
YUV 50.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 95 37 5 0 0.61 0.95 0.63 21.33 0.9 0.2
Hex 5F 25 5 0 3D 5F 3F 15 5A 14
Octal 137 45 5 0 75 137 77 25 132 24
Binary 1011111 100101 101 0 111101 1011111 111111 10101 1011010 10100

Color Harmonies of #5F2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2505

Black with #5F2505

Text Example


Text Example

White with #5F2505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,37,5); }

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

background-color css

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

 a { background-color: rgb(95,37,5); }

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

border-color css

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

 span { border-color: rgb(95,37,5); }

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