Html Css Color HEX #907310 Golden Brown

📋 copy color: '#907310'

red 144 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #907310

Tints of Golden Brown #907310

RGB

 RED value IS 144 (56.64% from 255) = 52.36%

 GREEN value IS 115 (45.31% from 255) = 41.82%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 52.36%
G = 41.82%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#907310 (or 0x907310) is known color: Golden Brown. HEX triplet: 90, 73 and 10. RGB value is (144,115,16). Sum of RGB (Red+Green+Blue) = 144+115+16=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #907310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907310 is #6F8CEF. Grayscale: #707070. Windows color (decimal): -7310576 or 1078160. OLE color: 1078160.

HSL color Cylindrical-coordinate representation of color #907310: hue angle of 46.41º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #907310 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 115 16 -
CMYK 0 0.20 0.89 0.44
HSL 46.41º 0.8% 0.31% -
HSV(B) 46.41º 0.89% 0.56% -
XYZ 17.73 18.23 3.07 -
YUV 112.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 144 115 16 0 0.20 0.89 0.44 46.41 0.8 0.31
Hex 90 73 10 0 14 59 2C 2E 50 1F
Octal 220 163 20 0 24 131 54 56 120 37
Binary 10010000 1110011 10000 0 10100 1011001 101100 101110 1010000 11111

Color Harmonies of #907310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907310

Black with #907310

Text Example


Text Example

White with #907310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907310; }

 p { color: rgb(144,115,16); }

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

background-color css

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

 a { background-color: rgb(144,115,16); }

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

border-color css

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

 span { border-color: rgb(144,115,16); }

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