Html Css Color HEX #915D01 Golden Brown

📋 copy color: '#915D01'

red 145 ◦ green 93 ◦ blue 1

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

Shades of Golden Brown #915D01

Tints of Golden Brown #915D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.91%

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

R = 60.67%
G = 38.91%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#915D01 (or 0x915D01) is known color: Golden Brown. HEX triplet: 91, 5D and 01. RGB value is (145,93,1). Sum of RGB (Red+Green+Blue) = 145+93+1=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #915D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D01 is #6EA2FE. Grayscale: #626262. Windows color (decimal): -7250687 or 89489. OLE color: 89489.

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

Color convert

RGB 145 93 1 -
CMYK 0 0.36 0.99 0.43
HSL 38.33º 0.99% 0.29% -
HSV(B) 38.33º 0.99% 0.57% -
XYZ 15.6 13.85 1.88 -
YUV 98.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 145 93 1 0 0.36 0.99 0.43 38.33 0.99 0.29
Hex 91 5D 1 0 24 63 2B 26 63 1D
Octal 221 135 1 0 44 143 53 46 143 35
Binary 10010001 1011101 1 0 100100 1100011 101011 100110 1100011 11101

Color Harmonies of #915D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D01

Black with #915D01

Text Example


Text Example

White with #915D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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