Html Css Color HEX #955402 Golden Brown

📋 copy color: '#955402'

red 149 ◦ green 84 ◦ blue 2

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

Shades of Golden Brown #955402

Tints of Golden Brown #955402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 63.4%
G = 35.74%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955402 (or 0x955402) is known color: Golden Brown. HEX triplet: 95, 54 and 02. RGB value is (149,84,2). Sum of RGB (Red+Green+Blue) = 149+84+2=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #955402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955402 is #6AABFD. Grayscale: #5E5E5E. Windows color (decimal): -6990846 or 152725. OLE color: 152725.

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

Color convert

RGB 149 84 2 -
CMYK 0 0.44 0.99 0.42
HSL 33.47º 0.97% 0.3% -
HSV(B) 33.47º 0.99% 0.58% -
XYZ 15.58 12.73 1.69 -
YUV 94.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 149 84 2 0 0.44 0.99 0.42 33.47 0.97 0.3
Hex 95 54 2 0 2C 63 2A 21 61 1E
Octal 225 124 2 0 54 143 52 41 141 36
Binary 10010101 1010100 10 0 101100 1100011 101010 100001 1100001 11110

Color Harmonies of #955402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955402

Black with #955402

Text Example


Text Example

White with #955402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955402; }

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

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

background-color css

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

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

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

border-color css

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

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

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