Html Css Color HEX #955207 Saddle Brown

📋 copy color: '#955207'

red 149 ◦ green 82 ◦ blue 7

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

Shades of Saddle Brown #955207

Tints of Saddle Brown #955207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

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

R = 62.61%
G = 34.45%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#955207 (or 0x955207) is known color: Saddle Brown. HEX triplet: 95, 52 and 07. RGB value is (149,82,7). Sum of RGB (Red+Green+Blue) = 149+82+7=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #955207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955207 is #6AADF8. Grayscale: #5D5D5D. Windows color (decimal): -6991353 or 479893. OLE color: 479893.

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

Color convert

RGB 149 82 7 -
CMYK 0 0.45 0.95 0.42
HSL 31.69º 0.91% 0.31% -
HSV(B) 31.69º 0.95% 0.58% -
XYZ 15.45 12.44 1.79 -
YUV 93.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 149 82 7 0 0.45 0.95 0.42 31.69 0.91 0.31
Hex 95 52 7 0 2D 5F 2A 20 5B 1F
Octal 225 122 7 0 55 137 52 40 133 37
Binary 10010101 1010010 111 0 101101 1011111 101010 100000 1011011 11111

Color Harmonies of #955207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955207

Black with #955207

Text Example


Text Example

White with #955207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955207; }

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

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

background-color css

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

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

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

border-color css

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

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

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