Html Css Color HEX #954020 Fire

📋 copy color: '#954020'

red 149 ◦ green 64 ◦ blue 32

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

Shades of Fire #954020

Tints of Fire #954020

RGB

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

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

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

R = 60.82%
G = 26.12%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#954020 (or 0x954020) is known color: Fire. HEX triplet: 95, 40 and 20. RGB value is (149,64,32). Sum of RGB (Red+Green+Blue) = 149+64+32=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #954020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954020 is #6ABFDF. Grayscale: #555555. Windows color (decimal): -6995936 or 2113685. OLE color: 2113685.

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

Color convert

RGB 149 64 32 -
CMYK 0 0.57 0.79 0.42
HSL 16.41º 0.65% 0.35% -
HSV(B) 16.41º 0.79% 0.58% -
XYZ 14.49 10.16 2.56 -
YUV 85.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 149 64 32 0 0.57 0.79 0.42 16.41 0.65 0.35
Hex 95 40 20 0 39 4F 2A 10 41 23
Octal 225 100 40 0 71 117 52 20 101 43
Binary 10010101 1000000 100000 0 111001 1001111 101010 10000 1000001 100011

Color Harmonies of #954020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954020

Black with #954020

Text Example


Text Example

White with #954020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954020; }

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

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

background-color css

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

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

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

border-color css

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

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

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