Html Css Color HEX #953F25 Fire

📋 copy color: '#953F25'

red 149 ◦ green 63 ◦ blue 37

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

Shades of Fire #953F25

Tints of Fire #953F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 59.84%
G = 25.3%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#953F25 (or 0x953F25) is known color: Fire. HEX triplet: 95, 3F and 25. RGB value is (149,63,37). Sum of RGB (Red+Green+Blue) = 149+63+37=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F25 is #6AC0DA. Grayscale: #555555. Windows color (decimal): -6996187 or 2441109. OLE color: 2441109.

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

Color convert

RGB 149 63 37 -
CMYK 0 0.58 0.75 0.42
HSL 13.93º 0.6% 0.36% -
HSV(B) 13.93º 0.75% 0.58% -
XYZ 14.51 10.08 2.93 -
YUV 85.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 149 63 37 0 0.58 0.75 0.42 13.93 0.6 0.36
Hex 95 3F 25 0 3A 4B 2A E 3C 24
Octal 225 77 45 0 72 113 52 16 74 44
Binary 10010101 111111 100101 0 111010 1001011 101010 1110 111100 100100

Color Harmonies of #953F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F25

Black with #953F25

Text Example


Text Example

White with #953F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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