Html Css Color HEX #956302 Golden Brown

📋 copy color: '#956302'

red 149 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #956302

Tints of Golden Brown #956302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

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

R = 59.6%
G = 39.6%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956302 (or 0x956302) is known color: Golden Brown. HEX triplet: 95, 63 and 02. RGB value is (149,99,2). Sum of RGB (Red+Green+Blue) = 149+99+2=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #956302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956302 is #6A9CFD. Grayscale: #676767. Windows color (decimal): -6987006 or 156565. OLE color: 156565.

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

Color convert

RGB 149 99 2 -
CMYK 0 0.34 0.99 0.42
HSL 39.59º 0.97% 0.3% -
HSV(B) 39.59º 0.99% 0.58% -
XYZ 16.87 15.32 2.13 -
YUV 102.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 149 99 2 0 0.34 0.99 0.42 39.59 0.97 0.3
Hex 95 63 2 0 22 63 2A 28 61 1E
Octal 225 143 2 0 42 143 52 50 141 36
Binary 10010101 1100011 10 0 100010 1100011 101010 101000 1100001 11110

Color Harmonies of #956302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956302

Black with #956302

Text Example


Text Example

White with #956302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956302; }

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

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

background-color css

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

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

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

border-color css

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

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

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