Html Css Color HEX #963B19 Fire

📋 copy color: '#963B19'

red 150 ◦ green 59 ◦ blue 25

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

Shades of Fire #963B19

Tints of Fire #963B19

RGB

 RED value IS 150 (58.98% from 255) = 64.1%

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

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 64.1%
G = 25.21%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#963B19 (or 0x963B19) is known color: Fire. HEX triplet: 96, 3B and 19. RGB value is (150,59,25). Sum of RGB (Red+Green+Blue) = 150+59+25=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #963B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963B19 is #69C4E6. Grayscale: #525252. Windows color (decimal): -6931687 or 1653654. OLE color: 1653654.

HSL color Cylindrical-coordinate representation of color #963B19: hue angle of 16.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963B19 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 59 25 -
CMYK 0 0.61 0.83 0.41
HSL 16.32º 0.71% 0.34% -
HSV(B) 16.32º 0.83% 0.59% -
XYZ 14.32 9.68 2.03 -
YUV 82.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 150 59 25 0 0.61 0.83 0.41 16.32 0.71 0.34
Hex 96 3B 19 0 3D 53 29 10 47 22
Octal 226 73 31 0 75 123 51 20 107 42
Binary 10010110 111011 11001 0 111101 1010011 101001 10000 1000111 100010

Color Harmonies of #963B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963B19

Black with #963B19

Text Example


Text Example

White with #963B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963B19; }

 p { color: rgb(150,59,25); }

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

background-color css

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

 a { background-color: rgb(150,59,25); }

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

border-color css

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

 span { border-color: rgb(150,59,25); }

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