Html Css Color HEX #962901 Saddle Brown

📋 copy color: '#962901'

red 150 ◦ green 41 ◦ blue 1

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

Shades of Saddle Brown #962901

Tints of Saddle Brown #962901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 78.13%
G = 21.35%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#962901 (or 0x962901) is known color: Saddle Brown. HEX triplet: 96, 29 and 01. RGB value is (150,41,1). Sum of RGB (Red+Green+Blue) = 150+41+1=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962901 is #69D6FE. Grayscale: #454545. Windows color (decimal): -6936319 or 76182. OLE color: 76182.

HSL color Cylindrical-coordinate representation of color #962901: hue angle of 16.11º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962901 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 1 -
CMYK 0 0.73 0.99 0.41
HSL 16.11º 0.99% 0.3% -
HSV(B) 16.11º 0.99% 0.59% -
XYZ 13.38 8.07 0.88 -
YUV 69.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 150 41 1 0 0.73 0.99 0.41 16.11 0.99 0.3
Hex 96 29 1 0 49 63 29 10 63 1E
Octal 226 51 1 0 111 143 51 20 143 36
Binary 10010110 101001 1 0 1001001 1100011 101001 10000 1100011 11110

Color Harmonies of #962901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962901

Black with #962901

Text Example


Text Example

White with #962901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962901; }

 p { color: rgb(150,41,1); }

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

background-color css

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

 a { background-color: rgb(150,41,1); }

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

border-color css

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

 span { border-color: rgb(150,41,1); }

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