Html Css Color HEX #953E1E Fire

📋 copy color: '#953E1E'

red 149 ◦ green 62 ◦ blue 30

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

Shades of Fire #953E1E

Tints of Fire #953E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.73%

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

R = 61.83%
G = 25.73%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#953E1E (or 0x953E1E) is known color: Fire. HEX triplet: 95, 3E and 1E. RGB value is (149,62,30). Sum of RGB (Red+Green+Blue) = 149+62+30=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #953E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E1E is #6AC1E1. Grayscale: #545454. Windows color (decimal): -6996450 or 1982101. OLE color: 1982101.

HSL color Cylindrical-coordinate representation of color #953E1E: hue angle of 16.13º 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 #953E1E is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 62 30 -
CMYK 0 0.58 0.80 0.42
HSL 16.13º 0.66% 0.35% -
HSV(B) 16.13º 0.8% 0.58% -
XYZ 14.35 9.93 2.39 -
YUV 84.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 149 62 30 0 0.58 0.80 0.42 16.13 0.66 0.35
Hex 95 3E 1E 0 3A 50 2A 10 42 23
Octal 225 76 36 0 72 120 52 20 102 43
Binary 10010101 111110 11110 0 111010 1010000 101010 10000 1000010 100011

Color Harmonies of #953E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E1E

Black with #953E1E

Text Example


Text Example

White with #953E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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