Html Css Color HEX #953F21 Fire

📋 copy color: '#953F21'

red 149 ◦ green 63 ◦ blue 33

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

Shades of Fire #953F21

Tints of Fire #953F21

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 60.82%
G = 25.71%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#953F21 (or 0x953F21) is known color: Fire. HEX triplet: 95, 3F and 21. RGB value is (149,63,33). Sum of RGB (Red+Green+Blue) = 149+63+33=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #953F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F21 is #6AC0DE. Grayscale: #555555. Windows color (decimal): -6996191 or 2178965. OLE color: 2178965.

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

Color convert

RGB 149 63 33 -
CMYK 0 0.58 0.78 0.42
HSL 15.52º 0.64% 0.36% -
HSV(B) 15.52º 0.78% 0.58% -
XYZ 14.45 10.05 2.62 -
YUV 85.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 149 63 33 0 0.58 0.78 0.42 15.52 0.64 0.36
Hex 95 3F 21 0 3A 4E 2A 10 40 24
Octal 225 77 41 0 72 116 52 20 100 44
Binary 10010101 111111 100001 0 111010 1001110 101010 10000 1000000 100100

Color Harmonies of #953F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F21

Black with #953F21

Text Example


Text Example

White with #953F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,63,33); }

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

background-color css

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

 a { background-color: rgb(149,63,33); }

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

border-color css

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

 span { border-color: rgb(149,63,33); }

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