Html Css Color HEX #955408 Golden Brown

📋 copy color: '#955408'

red 149 ◦ green 84 ◦ blue 8

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

Shades of Golden Brown #955408

Tints of Golden Brown #955408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.85%

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

R = 61.83%
G = 34.85%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#955408 (or 0x955408) is known color: Golden Brown. HEX triplet: 95, 54 and 08. RGB value is (149,84,8). Sum of RGB (Red+Green+Blue) = 149+84+8=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #955408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955408 is #6AABF7. Grayscale: #5F5F5F. Windows color (decimal): -6990840 or 545941. OLE color: 545941.

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

Color convert

RGB 149 84 8 -
CMYK 0 0.44 0.95 0.42
HSL 32.34º 0.9% 0.31% -
HSV(B) 32.34º 0.95% 0.58% -
XYZ 15.61 12.75 1.87 -
YUV 94.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 149 84 8 0 0.44 0.95 0.42 32.34 0.9 0.31
Hex 95 54 8 0 2C 5F 2A 20 5A 1F
Octal 225 124 10 0 54 137 52 40 132 37
Binary 10010101 1010100 1000 0 101100 1011111 101010 100000 1011010 11111

Color Harmonies of #955408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955408

Black with #955408

Text Example


Text Example

White with #955408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955408; }

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

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

background-color css

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

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

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

border-color css

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

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

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