Html Css Color HEX #953825 Fire

📋 copy color: '#953825'

red 149 ◦ green 56 ◦ blue 37

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

Shades of Fire #953825

Tints of Fire #953825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 61.57%
G = 23.14%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#953825 (or 0x953825) is known color: Fire. HEX triplet: 95, 38 and 25. RGB value is (149,56,37). Sum of RGB (Red+Green+Blue) = 149+56+37=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #953825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953825 is #6AC7DA. Grayscale: #515151. Windows color (decimal): -6997979 or 2439317. OLE color: 2439317.

HSL color Cylindrical-coordinate representation of color #953825: hue angle of 10.18º 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 #953825 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 37 -
CMYK 0 0.62 0.75 0.42
HSL 10.18º 0.6% 0.36% -
HSV(B) 10.18º 0.75% 0.58% -
XYZ 14.14 9.35 2.81 -
YUV 81.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 149 56 37 0 0.62 0.75 0.42 10.18 0.6 0.36
Hex 95 38 25 0 3E 4B 2A A 3C 24
Octal 225 70 45 0 76 113 52 12 74 44
Binary 10010101 111000 100101 0 111110 1001011 101010 1010 111100 100100

Color Harmonies of #953825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953825

Black with #953825

Text Example


Text Example

White with #953825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953825; }

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

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

background-color css

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

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

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

border-color css

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

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

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