Html Css Color HEX #955907 Golden Brown

📋 copy color: '#955907'

red 149 ◦ green 89 ◦ blue 7

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

Shades of Golden Brown #955907

Tints of Golden Brown #955907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

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

R = 60.82%
G = 36.33%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#955907 (or 0x955907) is known color: Golden Brown. HEX triplet: 95, 59 and 07. RGB value is (149,89,7). Sum of RGB (Red+Green+Blue) = 149+89+7=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955907 is #6AA6F8. Grayscale: #616161. Windows color (decimal): -6989561 or 481685. OLE color: 481685.

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

Color convert

RGB 149 89 7 -
CMYK 0 0.40 0.95 0.42
HSL 34.65º 0.91% 0.31% -
HSV(B) 34.65º 0.95% 0.58% -
XYZ 16.01 13.55 1.97 -
YUV 97.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 149 89 7 0 0.40 0.95 0.42 34.65 0.91 0.31
Hex 95 59 7 0 28 5F 2A 23 5B 1F
Octal 225 131 7 0 50 137 52 43 133 37
Binary 10010101 1011001 111 0 101000 1011111 101010 100011 1011011 11111

Color Harmonies of #955907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955907

Black with #955907

Text Example


Text Example

White with #955907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955907; }

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

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

background-color css

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

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

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

border-color css

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

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

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