Html Css Color HEX #962D01 Saddle Brown

📋 copy color: '#962D01'

red 150 ◦ green 45 ◦ blue 1

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

Shades of Saddle Brown #962D01

Tints of Saddle Brown #962D01

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

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

R = 76.53%
G = 22.96%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#962D01 (or 0x962D01) is known color: Saddle Brown. HEX triplet: 96, 2D and 01. RGB value is (150,45,1). Sum of RGB (Red+Green+Blue) = 150+45+1=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #962D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D01 is #69D2FE. Grayscale: #474747. Windows color (decimal): -6935295 or 77206. OLE color: 77206.

HSL color Cylindrical-coordinate representation of color #962D01: hue angle of 17.72º 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 #962D01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 1 -
CMYK 0 0.70 0.99 0.41
HSL 17.72º 0.99% 0.3% -
HSV(B) 17.72º 0.99% 0.59% -
XYZ 13.52 8.36 0.93 -
YUV 71.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 150 45 1 0 0.70 0.99 0.41 17.72 0.99 0.3
Hex 96 2D 1 0 46 63 29 12 63 1E
Octal 226 55 1 0 106 143 51 22 143 36
Binary 10010110 101101 1 0 1000110 1100011 101001 10010 1100011 11110

Color Harmonies of #962D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D01

Black with #962D01

Text Example


Text Example

White with #962D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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