Html Css Color HEX #95401E Fire

📋 copy color: '#95401E'

red 149 ◦ green 64 ◦ blue 30

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

Shades of Fire #95401E

Tints of Fire #95401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 61.32%
G = 26.34%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95401E (or 0x95401E) is known color: Fire. HEX triplet: 95, 40 and 1E. RGB value is (149,64,30). Sum of RGB (Red+Green+Blue) = 149+64+30=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95401E is #6ABFE1. Grayscale: #555555. Windows color (decimal): -6995938 or 1982613. OLE color: 1982613.

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

Color convert

RGB 149 64 30 -
CMYK 0 0.57 0.80 0.42
HSL 17.14º 0.66% 0.35% -
HSV(B) 17.14º 0.8% 0.58% -
XYZ 14.46 10.15 2.43 -
YUV 85.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 149 64 30 0 0.57 0.80 0.42 17.14 0.66 0.35
Hex 95 40 1E 0 39 50 2A 11 42 23
Octal 225 100 36 0 71 120 52 21 102 43
Binary 10010101 1000000 11110 0 111001 1010000 101010 10001 1000010 100011

Color Harmonies of #95401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95401E

Black with #95401E

Text Example


Text Example

White with #95401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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