Html Css Color HEX #954D01 Saddle Brown

📋 copy color: '#954D01'

red 149 ◦ green 77 ◦ blue 1

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

Shades of Saddle Brown #954D01

Tints of Saddle Brown #954D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.92%

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

R = 65.64%
G = 33.92%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954D01 (or 0x954D01) is known color: Saddle Brown. HEX triplet: 95, 4D and 01. RGB value is (149,77,1). Sum of RGB (Red+Green+Blue) = 149+77+1=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #954D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D01 is #6AB2FE. Grayscale: #5A5A5A. Windows color (decimal): -6992639 or 85397. OLE color: 85397.

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

Color convert

RGB 149 77 1 -
CMYK 0 0.48 0.99 0.42
HSL 30.81º 0.99% 0.29% -
HSV(B) 30.81º 0.99% 0.58% -
XYZ 15.05 11.7 1.49 -
YUV 89.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 149 77 1 0 0.48 0.99 0.42 30.81 0.99 0.29
Hex 95 4D 1 0 30 63 2A 1F 63 1D
Octal 225 115 1 0 60 143 52 37 143 35
Binary 10010101 1001101 1 0 110000 1100011 101010 11111 1100011 11101

Color Harmonies of #954D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D01

Black with #954D01

Text Example


Text Example

White with #954D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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