Html Css Color HEX #953A1E Fire

📋 copy color: '#953A1E'

red 149 ◦ green 58 ◦ blue 30

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

Shades of Fire #953A1E

Tints of Fire #953A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 62.87%
G = 24.47%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#953A1E (or 0x953A1E) is known color: Fire. HEX triplet: 95, 3A and 1E. RGB value is (149,58,30). Sum of RGB (Red+Green+Blue) = 149+58+30=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #953A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A1E is #6AC5E1. Grayscale: #525252. Windows color (decimal): -6997474 or 1981077. OLE color: 1981077.

HSL color Cylindrical-coordinate representation of color #953A1E: hue angle of 14.12º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #953A1E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 30 -
CMYK 0 0.61 0.80 0.42
HSL 14.12º 0.66% 0.35% -
HSV(B) 14.12º 0.8% 0.58% -
XYZ 14.14 9.51 2.32 -
YUV 82.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 149 58 30 0 0.61 0.80 0.42 14.12 0.66 0.35
Hex 95 3A 1E 0 3D 50 2A E 42 23
Octal 225 72 36 0 75 120 52 16 102 43
Binary 10010101 111010 11110 0 111101 1010000 101010 1110 1000010 100011

Color Harmonies of #953A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A1E

Black with #953A1E

Text Example


Text Example

White with #953A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,30); }

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

background-color css

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

 a { background-color: rgb(149,58,30); }

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

border-color css

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

 span { border-color: rgb(149,58,30); }

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