Html Css Color HEX #917101 Golden Brown

📋 copy color: '#917101'

red 145 ◦ green 113 ◦ blue 1

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

Shades of Golden Brown #917101

Tints of Golden Brown #917101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.63%

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

R = 55.98%
G = 43.63%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#917101 (or 0x917101) is known color: Golden Brown. HEX triplet: 91, 71 and 01. RGB value is (145,113,1). Sum of RGB (Red+Green+Blue) = 145+113+1=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #917101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917101 is #6E8EFE. Grayscale: #6E6E6E. Windows color (decimal): -7245567 or 94609. OLE color: 94609.

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

Color convert

RGB 145 113 1 -
CMYK 0 0.22 0.99 0.43
HSL 46.67º 0.99% 0.29% -
HSV(B) 46.67º 0.99% 0.57% -
XYZ 17.59 17.83 2.54 -
YUV 109.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 145 113 1 0 0.22 0.99 0.43 46.67 0.99 0.29
Hex 91 71 1 0 16 63 2B 2F 63 1D
Octal 221 161 1 0 26 143 53 57 143 35
Binary 10010001 1110001 1 0 10110 1100011 101011 101111 1100011 11101

Color Harmonies of #917101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917101

Black with #917101

Text Example


Text Example

White with #917101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917101; }

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

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

background-color css

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

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

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

border-color css

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

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

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