Html Css Color HEX #917002 Golden Brown

📋 copy color: '#917002'

red 145 ◦ green 112 ◦ blue 2

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

Shades of Golden Brown #917002

Tints of Golden Brown #917002

RGB

 RED value IS 145 (57.03% from 255) = 55.98%

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 55.98%
G = 43.24%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#917002 (or 0x917002) is known color: Golden Brown. HEX triplet: 91, 70 and 02. RGB value is (145,112,2). Sum of RGB (Red+Green+Blue) = 145+112+2=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #917002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917002 is #6E8FFD. Grayscale: #6D6D6D. Windows color (decimal): -7245822 or 159889. OLE color: 159889.

HSL color Cylindrical-coordinate representation of color #917002: hue angle of 46.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #917002 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 2 -
CMYK 0 0.23 0.99 0.43
HSL 46.15º 0.97% 0.29% -
HSV(B) 46.15º 0.99% 0.57% -
XYZ 17.48 17.61 2.54 -
YUV 109.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 145 112 2 0 0.23 0.99 0.43 46.15 0.97 0.29
Hex 91 70 2 0 17 63 2B 2E 61 1D
Octal 221 160 2 0 27 143 53 56 141 35
Binary 10010001 1110000 10 0 10111 1100011 101011 101110 1100001 11101

Color Harmonies of #917002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917002

Black with #917002

Text Example


Text Example

White with #917002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917002; }

 p { color: rgb(145,112,2); }

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

background-color css

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

 a { background-color: rgb(145,112,2); }

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

border-color css

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

 span { border-color: rgb(145,112,2); }

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