Html Css Color HEX #953E20 Fire

📋 copy color: '#953E20'

red 149 ◦ green 62 ◦ blue 32

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

Shades of Fire #953E20

Tints of Fire #953E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 61.32%
G = 25.51%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953E20 (or 0x953E20) is known color: Fire. HEX triplet: 95, 3E and 20. RGB value is (149,62,32). Sum of RGB (Red+Green+Blue) = 149+62+32=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #953E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E20 is #6AC1DF. Grayscale: #545454. Windows color (decimal): -6996448 or 2113173. OLE color: 2113173.

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

Color convert

RGB 149 62 32 -
CMYK 0 0.58 0.79 0.42
HSL 15.38º 0.65% 0.35% -
HSV(B) 15.38º 0.79% 0.58% -
XYZ 14.38 9.94 2.53 -
YUV 84.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 149 62 32 0 0.58 0.79 0.42 15.38 0.65 0.35
Hex 95 3E 20 0 3A 4F 2A F 41 23
Octal 225 76 40 0 72 117 52 17 101 43
Binary 10010101 111110 100000 0 111010 1001111 101010 1111 1000001 100011

Color Harmonies of #953E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E20

Black with #953E20

Text Example


Text Example

White with #953E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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