Html Css Color HEX #915401 Golden Brown

📋 copy color: '#915401'

red 145 ◦ green 84 ◦ blue 1

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

Shades of Golden Brown #915401

Tints of Golden Brown #915401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

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

R = 63.04%
G = 36.52%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#915401 (or 0x915401) is known color: Golden Brown. HEX triplet: 91, 54 and 01. RGB value is (145,84,1). Sum of RGB (Red+Green+Blue) = 145+84+1=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #915401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915401 is #6EABFE. Grayscale: #5D5D5D. Windows color (decimal): -7252991 or 87185. OLE color: 87185.

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

Color convert

RGB 145 84 1 -
CMYK 0 0.42 0.99 0.43
HSL 34.58º 0.99% 0.29% -
HSV(B) 34.58º 0.99% 0.57% -
XYZ 14.85 12.36 1.63 -
YUV 92.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 145 84 1 0 0.42 0.99 0.43 34.58 0.99 0.29
Hex 91 54 1 0 2A 63 2B 23 63 1D
Octal 221 124 1 0 52 143 53 43 143 35
Binary 10010001 1010100 1 0 101010 1100011 101011 100011 1100011 11101

Color Harmonies of #915401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915401

Black with #915401

Text Example


Text Example

White with #915401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915401; }

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

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

background-color css

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

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

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

border-color css

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

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

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