Html Css Color HEX #953820 Fire

📋 copy color: '#953820'

red 149 ◦ green 56 ◦ blue 32

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

Shades of Fire #953820

Tints of Fire #953820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 62.87%
G = 23.63%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953820 (or 0x953820) is known color: Fire. HEX triplet: 95, 38 and 20. RGB value is (149,56,32). Sum of RGB (Red+Green+Blue) = 149+56+32=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #953820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953820 is #6AC7DF. Grayscale: #515151. Windows color (decimal): -6997984 or 2111637. OLE color: 2111637.

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

Color convert

RGB 149 56 32 -
CMYK 0 0.62 0.79 0.42
HSL 12.31º 0.65% 0.35% -
HSV(B) 12.31º 0.79% 0.58% -
XYZ 14.07 9.32 2.42 -
YUV 81.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 149 56 32 0 0.62 0.79 0.42 12.31 0.65 0.35
Hex 95 38 20 0 3E 4F 2A C 41 23
Octal 225 70 40 0 76 117 52 14 101 43
Binary 10010101 111000 100000 0 111110 1001111 101010 1100 1000001 100011

Color Harmonies of #953820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953820

Black with #953820

Text Example


Text Example

White with #953820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953820; }

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

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

background-color css

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

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

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

border-color css

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

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

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