Html Css Color HEX #954D07 Saddle Brown

📋 copy color: '#954D07'

red 149 ◦ green 77 ◦ blue 7

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

Shades of Saddle Brown #954D07

Tints of Saddle Brown #954D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3%

R = 63.95%
G = 33.05%
B = 3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#954D07 (or 0x954D07) is known color: Saddle Brown. HEX triplet: 95, 4D and 07. RGB value is (149,77,7). Sum of RGB (Red+Green+Blue) = 149+77+7=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #954D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D07 is #6AB2F8. Grayscale: #5A5A5A. Windows color (decimal): -6992633 or 478613. OLE color: 478613.

HSL color Cylindrical-coordinate representation of color #954D07: hue angle of 29.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #954D07 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 7 -
CMYK 0 0.48 0.95 0.42
HSL 29.58º 0.91% 0.31% -
HSV(B) 29.58º 0.95% 0.58% -
XYZ 15.09 11.71 1.67 -
YUV 90.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 149 77 7 0 0.48 0.95 0.42 29.58 0.91 0.31
Hex 95 4D 7 0 30 5F 2A 1E 5B 1F
Octal 225 115 7 0 60 137 52 36 133 37
Binary 10010101 1001101 111 0 110000 1011111 101010 11110 1011011 11111

Color Harmonies of #954D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D07

Black with #954D07

Text Example


Text Example

White with #954D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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