Html Css Color HEX #954507 Saddle Brown

📋 copy color: '#954507'

red 149 ◦ green 69 ◦ blue 7

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

Shades of Saddle Brown #954507

Tints of Saddle Brown #954507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 66.22%
G = 30.67%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#954507 (or 0x954507) is known color: Saddle Brown. HEX triplet: 95, 45 and 07. RGB value is (149,69,7). Sum of RGB (Red+Green+Blue) = 149+69+7=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #954507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954507 is #6ABAF8. Grayscale: #565656. Windows color (decimal): -6994681 or 476565. OLE color: 476565.

HSL color Cylindrical-coordinate representation of color #954507: hue angle of 26.2º 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 #954507 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 7 -
CMYK 0 0.54 0.95 0.42
HSL 26.2º 0.91% 0.31% -
HSV(B) 26.2º 0.95% 0.58% -
XYZ 14.56 10.66 1.49 -
YUV 85.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 149 69 7 0 0.54 0.95 0.42 26.2 0.91 0.31
Hex 95 45 7 0 36 5F 2A 1A 5B 1F
Octal 225 105 7 0 66 137 52 32 133 37
Binary 10010101 1000101 111 0 110110 1011111 101010 11010 1011011 11111

Color Harmonies of #954507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954507

Black with #954507

Text Example


Text Example

White with #954507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954507; }

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

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

background-color css

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

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

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

border-color css

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

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

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