Html Css Color HEX #954A01 Saddle Brown

📋 copy color: '#954A01'

red 149 ◦ green 74 ◦ blue 1

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

Shades of Saddle Brown #954A01

Tints of Saddle Brown #954A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

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

R = 66.52%
G = 33.04%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954A01 (or 0x954A01) is known color: Saddle Brown. HEX triplet: 95, 4A and 01. RGB value is (149,74,1). Sum of RGB (Red+Green+Blue) = 149+74+1=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #954A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A01 is #6AB5FE. Grayscale: #585858. Windows color (decimal): -6993407 or 84629. OLE color: 84629.

HSL color Cylindrical-coordinate representation of color #954A01: hue angle of 29.59º 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 #954A01 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 1 -
CMYK 0 0.50 0.99 0.42
HSL 29.59º 0.99% 0.29% -
HSV(B) 29.59º 0.99% 0.58% -
XYZ 14.85 11.29 1.43 -
YUV 88.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 149 74 1 0 0.50 0.99 0.42 29.59 0.99 0.29
Hex 95 4A 1 0 32 63 2A 1E 63 1D
Octal 225 112 1 0 62 143 52 36 143 35
Binary 10010101 1001010 1 0 110010 1100011 101010 11110 1100011 11101

Color Harmonies of #954A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A01

Black with #954A01

Text Example


Text Example

White with #954A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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