Html Css Color HEX #954324 Fire

📋 copy color: '#954324'

red 149 ◦ green 67 ◦ blue 36

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

Shades of Fire #954324

Tints of Fire #954324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 59.13%
G = 26.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#954324 (or 0x954324) is known color: Fire. HEX triplet: 95, 43 and 24. RGB value is (149,67,36). Sum of RGB (Red+Green+Blue) = 149+67+36=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #954324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954324 is #6ABCDB. Grayscale: #585858. Windows color (decimal): -6995164 or 2376597. OLE color: 2376597.

HSL color Cylindrical-coordinate representation of color #954324: hue angle of 16.46º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #954324 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 36 -
CMYK 0 0.55 0.76 0.42
HSL 16.46º 0.61% 0.36% -
HSV(B) 16.46º 0.76% 0.58% -
XYZ 14.72 10.53 2.93 -
YUV 87.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 149 67 36 0 0.55 0.76 0.42 16.46 0.61 0.36
Hex 95 43 24 0 37 4C 2A 10 3D 24
Octal 225 103 44 0 67 114 52 20 75 44
Binary 10010101 1000011 100100 0 110111 1001100 101010 10000 111101 100100

Color Harmonies of #954324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954324

Black with #954324

Text Example


Text Example

White with #954324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954324; }

 p { color: rgb(149,67,36); }

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

background-color css

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

 a { background-color: rgb(149,67,36); }

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

border-color css

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

 span { border-color: rgb(149,67,36); }

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