Html Css Color HEX #953B22 Fire

📋 copy color: '#953B22'

red 149 ◦ green 59 ◦ blue 34

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

Shades of Fire #953B22

Tints of Fire #953B22

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 61.57%
G = 24.38%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#953B22 (or 0x953B22) is known color: Fire. HEX triplet: 95, 3B and 22. RGB value is (149,59,34). Sum of RGB (Red+Green+Blue) = 149+59+34=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #953B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B22 is #6AC4DD. Grayscale: #535353. Windows color (decimal): -6997214 or 2243477. OLE color: 2243477.

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

Color convert

RGB 149 59 34 -
CMYK 0 0.60 0.77 0.42
HSL 13.04º 0.63% 0.36% -
HSV(B) 13.04º 0.77% 0.58% -
XYZ 14.25 9.63 2.62 -
YUV 83.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 149 59 34 0 0.60 0.77 0.42 13.04 0.63 0.36
Hex 95 3B 22 0 3C 4D 2A D 3F 24
Octal 225 73 42 0 74 115 52 15 77 44
Binary 10010101 111011 100010 0 111100 1001101 101010 1101 111111 100100

Color Harmonies of #953B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B22

Black with #953B22

Text Example


Text Example

White with #953B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,34); }

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

background-color css

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

 a { background-color: rgb(149,59,34); }

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

border-color css

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

 span { border-color: rgb(149,59,34); }

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