Html Css Color HEX #917001 Golden Brown

📋 copy color: '#917001'

red 145 ◦ green 112 ◦ blue 1

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

Shades of Golden Brown #917001

Tints of Golden Brown #917001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 56.2%
G = 43.41%
B = 0.39%

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

#917001 (or 0x917001) is known color: Golden Brown. HEX triplet: 91, 70 and 01. RGB value is (145,112,1). Sum of RGB (Red+Green+Blue) = 145+112+1=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #917001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917001 is #6E8FFE. Grayscale: #6D6D6D. Windows color (decimal): -7245823 or 94353. OLE color: 94353.

HSL color Cylindrical-coordinate representation of color #917001: hue angle of 46.25º degrees, saturation: 0.99, 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 #917001 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 1 -
CMYK 0 0.23 0.99 0.43
HSL 46.25º 0.99% 0.29% -
HSV(B) 46.25º 0.99% 0.57% -
XYZ 17.48 17.61 2.51 -
YUV 109.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 145 112 1 0 0.23 0.99 0.43 46.25 0.99 0.29
Hex 91 70 1 0 17 63 2B 2E 63 1D
Octal 221 160 1 0 27 143 53 56 143 35
Binary 10010001 1110000 1 0 10111 1100011 101011 101110 1100011 11101

Color Harmonies of #917001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917001

Black with #917001

Text Example


Text Example

White with #917001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917001; }

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

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

background-color css

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

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

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

border-color css

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

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

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