Html Css Color HEX #915E02 Golden Brown

📋 copy color: '#915E02'

red 145 ◦ green 94 ◦ blue 2

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

Shades of Golden Brown #915E02

Tints of Golden Brown #915E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

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

R = 60.17%
G = 39%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#915E02 (or 0x915E02) is known color: Golden Brown. HEX triplet: 91, 5E and 02. RGB value is (145,94,2). Sum of RGB (Red+Green+Blue) = 145+94+2=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #915E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E02 is #6EA1FD. Grayscale: #636363. Windows color (decimal): -7250430 or 155281. OLE color: 155281.

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

Color convert

RGB 145 94 2 -
CMYK 0 0.35 0.99 0.43
HSL 38.6º 0.97% 0.29% -
HSV(B) 38.6º 0.99% 0.57% -
XYZ 15.69 14.03 1.94 -
YUV 98.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 145 94 2 0 0.35 0.99 0.43 38.6 0.97 0.29
Hex 91 5E 2 0 23 63 2B 27 61 1D
Octal 221 136 2 0 43 143 53 47 141 35
Binary 10010001 1011110 10 0 100011 1100011 101011 100111 1100001 11101

Color Harmonies of #915E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E02

Black with #915E02

Text Example


Text Example

White with #915E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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