Html Css Color HEX #955702 Golden Brown

📋 copy color: '#955702'

red 149 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #955702

Tints of Golden Brown #955702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

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

R = 62.61%
G = 36.55%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955702 (or 0x955702) is known color: Golden Brown. HEX triplet: 95, 57 and 02. RGB value is (149,87,2). Sum of RGB (Red+Green+Blue) = 149+87+2=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #955702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955702 is #6AA8FD. Grayscale: #606060. Windows color (decimal): -6990078 or 153493. OLE color: 153493.

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

Color convert

RGB 149 87 2 -
CMYK 0 0.42 0.99 0.42
HSL 34.69º 0.97% 0.3% -
HSV(B) 34.69º 0.99% 0.58% -
XYZ 15.81 13.21 1.77 -
YUV 95.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 149 87 2 0 0.42 0.99 0.42 34.69 0.97 0.3
Hex 95 57 2 0 2A 63 2A 23 61 1E
Octal 225 127 2 0 52 143 52 43 141 36
Binary 10010101 1010111 10 0 101010 1100011 101010 100011 1100001 11110

Color Harmonies of #955702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955702

Black with #955702

Text Example


Text Example

White with #955702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955702; }

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

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

background-color css

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

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

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

border-color css

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

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

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