Html Css Color HEX #953C01 Saddle Brown

📋 copy color: '#953C01'

red 149 ◦ green 60 ◦ blue 1

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

Shades of Saddle Brown #953C01

Tints of Saddle Brown #953C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.57%

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

R = 70.95%
G = 28.57%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953C01 (or 0x953C01) is known color: Saddle Brown. HEX triplet: 95, 3C and 01. RGB value is (149,60,1). Sum of RGB (Red+Green+Blue) = 149+60+1=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #953C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C01 is #6AC3FE. Grayscale: #505050. Windows color (decimal): -6996991 or 81045. OLE color: 81045.

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

Color convert

RGB 149 60 1 -
CMYK 0 0.60 0.99 0.42
HSL 23.92º 0.99% 0.29% -
HSV(B) 23.92º 0.99% 0.58% -
XYZ 14.02 9.62 1.15 -
YUV 79.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 149 60 1 0 0.60 0.99 0.42 23.92 0.99 0.29
Hex 95 3C 1 0 3C 63 2A 18 63 1D
Octal 225 74 1 0 74 143 52 30 143 35
Binary 10010101 111100 1 0 111100 1100011 101010 11000 1100011 11101

Color Harmonies of #953C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C01

Black with #953C01

Text Example


Text Example

White with #953C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,1); }

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

background-color css

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

 a { background-color: rgb(149,60,1); }

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

border-color css

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

 span { border-color: rgb(149,60,1); }

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