Html Css Color HEX #953E1C Fire

📋 copy color: '#953E1C'

red 149 ◦ green 62 ◦ blue 28

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

Shades of Fire #953E1C

Tints of Fire #953E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 62.34%
G = 25.94%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#953E1C (or 0x953E1C) is known color: Fire. HEX triplet: 95, 3E and 1C. RGB value is (149,62,28). Sum of RGB (Red+Green+Blue) = 149+62+28=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #953E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E1C is #6AC1E3. Grayscale: #545454. Windows color (decimal): -6996452 or 1851029. OLE color: 1851029.

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

Color convert

RGB 149 62 28 -
CMYK 0 0.58 0.81 0.42
HSL 16.86º 0.68% 0.35% -
HSV(B) 16.86º 0.81% 0.58% -
XYZ 14.33 9.92 2.26 -
YUV 84.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 149 62 28 0 0.58 0.81 0.42 16.86 0.68 0.35
Hex 95 3E 1C 0 3A 51 2A 11 44 23
Octal 225 76 34 0 72 121 52 21 104 43
Binary 10010101 111110 11100 0 111010 1010001 101010 10001 1000100 100011

Color Harmonies of #953E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E1C

Black with #953E1C

Text Example


Text Example

White with #953E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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