Html Css Color HEX #954305 Saddle Brown

📋 copy color: '#954305'

red 149 ◦ green 67 ◦ blue 5

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

Shades of Saddle Brown #954305

Tints of Saddle Brown #954305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 67.42%
G = 30.32%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#954305 (or 0x954305) is known color: Saddle Brown. HEX triplet: 95, 43 and 05. RGB value is (149,67,5). Sum of RGB (Red+Green+Blue) = 149+67+5=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #954305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954305 is #6ABCFA. Grayscale: #545454. Windows color (decimal): -6995195 or 344981. OLE color: 344981.

HSL color Cylindrical-coordinate representation of color #954305: hue angle of 25.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #954305 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 5 -
CMYK 0 0.55 0.97 0.42
HSL 25.83º 0.94% 0.3% -
HSV(B) 25.83º 0.97% 0.58% -
XYZ 14.43 10.41 1.39 -
YUV 84.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 149 67 5 0 0.55 0.97 0.42 25.83 0.94 0.3
Hex 95 43 5 0 37 61 2A 1A 5E 1E
Octal 225 103 5 0 67 141 52 32 136 36
Binary 10010101 1000011 101 0 110111 1100001 101010 11010 1011110 11110

Color Harmonies of #954305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954305

Black with #954305

Text Example


Text Example

White with #954305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954305; }

 p { color: rgb(149,67,5); }

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

background-color css

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

 a { background-color: rgb(149,67,5); }

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

border-color css

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

 span { border-color: rgb(149,67,5); }

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