Html Css Color HEX #995302 Golden Brown

📋 copy color: '#995302'

red 153 ◦ green 83 ◦ blue 2

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

Shades of Golden Brown #995302

Tints of Golden Brown #995302

RGB

 RED value IS 153 (60.16% from 255) = 64.29%

 GREEN value IS 83 (32.81% from 255) = 34.87%

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

R = 64.29%
G = 34.87%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995302 (or 0x995302) is known color: Golden Brown. HEX triplet: 99, 53 and 02. RGB value is (153,83,2). Sum of RGB (Red+Green+Blue) = 153+83+2=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #995302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995302 is #66ACFD. Grayscale: #5F5F5F. Windows color (decimal): -6728958 or 152473. OLE color: 152473.

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

Color convert

RGB 153 83 2 -
CMYK 0 0.46 0.99 0.4
HSL 32.19º 0.97% 0.3% -
HSV(B) 32.19º 0.99% 0.6% -
XYZ 16.24 12.96 1.7 -
YUV 94.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 153 83 2 0 0.46 0.99 0.4 32.19 0.97 0.3
Hex 99 53 2 0 2E 63 28 20 61 1E
Octal 231 123 2 0 56 143 50 40 141 36
Binary 10011001 1010011 10 0 101110 1100011 101000 100000 1100001 11110

Color Harmonies of #995302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995302

Black with #995302

Text Example


Text Example

White with #995302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995302; }

 p { color: rgb(153,83,2); }

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

background-color css

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

 a { background-color: rgb(153,83,2); }

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

border-color css

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

 span { border-color: rgb(153,83,2); }

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