Html Css Color HEX #953F27 Fire

📋 copy color: '#953F27'

red 149 ◦ green 63 ◦ blue 39

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

Shades of Fire #953F27

Tints of Fire #953F27

RGB

 RED value IS 149 (58.59% from 255) = 59.36%

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 59.36%
G = 25.1%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#953F27 (or 0x953F27) is known color: Fire. HEX triplet: 95, 3F and 27. RGB value is (149,63,39). Sum of RGB (Red+Green+Blue) = 149+63+39=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F27 is #6AC0D8. Grayscale: #565656. Windows color (decimal): -6996185 or 2572181. OLE color: 2572181.

HSL color Cylindrical-coordinate representation of color #953F27: hue angle of 13.09º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953F27 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 39 -
CMYK 0 0.58 0.74 0.42
HSL 13.09º 0.59% 0.37% -
HSV(B) 13.09º 0.74% 0.58% -
XYZ 14.54 10.09 3.1 -
YUV 85.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 149 63 39 0 0.58 0.74 0.42 13.09 0.59 0.37
Hex 95 3F 27 0 3A 4A 2A D 3B 25
Octal 225 77 47 0 72 112 52 15 73 45
Binary 10010101 111111 100111 0 111010 1001010 101010 1101 111011 100101

Color Harmonies of #953F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F27

Black with #953F27

Text Example


Text Example

White with #953F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F27; }

 p { color: rgb(149,63,39); }

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

background-color css

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

 a { background-color: rgb(149,63,39); }

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

border-color css

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

 span { border-color: rgb(149,63,39); }

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