Html Css Color HEX #955908 Golden Brown

📋 copy color: '#955908'

red 149 ◦ green 89 ◦ blue 8

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

Shades of Golden Brown #955908

Tints of Golden Brown #955908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 60.57%
G = 36.18%
B = 3.25%

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

#955908 (or 0x955908) is known color: Golden Brown. HEX triplet: 95, 59 and 08. RGB value is (149,89,8). Sum of RGB (Red+Green+Blue) = 149+89+8=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #955908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955908 is #6AA6F7. Grayscale: #626262. Windows color (decimal): -6989560 or 547221. OLE color: 547221.

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

Color convert

RGB 149 89 8 -
CMYK 0 0.40 0.95 0.42
HSL 34.47º 0.9% 0.31% -
HSV(B) 34.47º 0.95% 0.58% -
XYZ 16.01 13.55 2 -
YUV 97.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 149 89 8 0 0.40 0.95 0.42 34.47 0.9 0.31
Hex 95 59 8 0 28 5F 2A 22 5A 1F
Octal 225 131 10 0 50 137 52 42 132 37
Binary 10010101 1011001 1000 0 101000 1011111 101010 100010 1011010 11111

Color Harmonies of #955908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955908

Black with #955908

Text Example


Text Example

White with #955908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955908; }

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

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

background-color css

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

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

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

border-color css

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

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

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