Html Css Color HEX #955703 Golden Brown

📋 copy color: '#955703'

red 149 ◦ green 87 ◦ blue 3

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

Shades of Golden Brown #955703

Tints of Golden Brown #955703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 62.34%
G = 36.4%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#955703 (or 0x955703) is known color: Golden Brown. HEX triplet: 95, 57 and 03. RGB value is (149,87,3). Sum of RGB (Red+Green+Blue) = 149+87+3=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955703 is #6AA8FC. Grayscale: #606060. Windows color (decimal): -6990077 or 219029. OLE color: 219029.

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

Color convert

RGB 149 87 3 -
CMYK 0 0.42 0.98 0.42
HSL 34.52º 0.96% 0.3% -
HSV(B) 34.52º 0.98% 0.58% -
XYZ 15.82 13.21 1.8 -
YUV 95.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 149 87 3 0 0.42 0.98 0.42 34.52 0.96 0.3
Hex 95 57 3 0 2A 62 2A 23 60 1E
Octal 225 127 3 0 52 142 52 43 140 36
Binary 10010101 1010111 11 0 101010 1100010 101010 100011 1100000 11110

Color Harmonies of #955703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955703

Black with #955703

Text Example


Text Example

White with #955703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955703; }

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

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

background-color css

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

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

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

border-color css

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

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

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