Html Css Color HEX #963A0C Saddle Brown

📋 copy color: '#963A0C'

red 150 ◦ green 58 ◦ blue 12

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

Shades of Saddle Brown #963A0C

Tints of Saddle Brown #963A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 68.18%
G = 26.36%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#963A0C (or 0x963A0C) is known color: Saddle Brown. HEX triplet: 96, 3A and 0C. RGB value is (150,58,12). Sum of RGB (Red+Green+Blue) = 150+58+12=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #963A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A0C is #69C5F3. Grayscale: #505050. Windows color (decimal): -6931956 or 801430. OLE color: 801430.

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

Color convert

RGB 150 58 12 -
CMYK 0 0.61 0.92 0.41
HSL 20º 0.85% 0.32% -
HSV(B) 20º 0.92% 0.59% -
XYZ 14.16 9.54 1.44 -
YUV 80.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 150 58 12 0 0.61 0.92 0.41 20 0.85 0.32
Hex 96 3A C 0 3D 5C 29 14 55 20
Octal 226 72 14 0 75 134 51 24 125 40
Binary 10010110 111010 1100 0 111101 1011100 101001 10100 1010101 100000

Color Harmonies of #963A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A0C

Black with #963A0C

Text Example


Text Example

White with #963A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,12); }

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

background-color css

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

 a { background-color: rgb(150,58,12); }

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

border-color css

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

 span { border-color: rgb(150,58,12); }

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