Html Css Color HEX #907214 Golden Brown

📋 copy color: '#907214'

red 144 ◦ green 114 ◦ blue 20

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

Shades of Golden Brown #907214

Tints of Golden Brown #907214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 51.8%
G = 41.01%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#907214 (or 0x907214) is known color: Golden Brown. HEX triplet: 90, 72 and 14. RGB value is (144,114,20). Sum of RGB (Red+Green+Blue) = 144+114+20=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #907214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907214 is #6F8DEB. Grayscale: #707070. Windows color (decimal): -7310828 or 1340048. OLE color: 1340048.

HSL color Cylindrical-coordinate representation of color #907214: hue angle of 45.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #907214 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 114 20 -
CMYK 0 0.21 0.86 0.44
HSL 45.48º 0.76% 0.32% -
HSV(B) 45.48º 0.86% 0.56% -
XYZ 17.65 18.01 3.21 -
YUV 112.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 144 114 20 0 0.21 0.86 0.44 45.48 0.76 0.32
Hex 90 72 14 0 15 56 2C 2D 4C 20
Octal 220 162 24 0 25 126 54 55 114 40
Binary 10010000 1110010 10100 0 10101 1010110 101100 101101 1001100 100000

Color Harmonies of #907214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907214

Black with #907214

Text Example


Text Example

White with #907214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907214; }

 p { color: rgb(144,114,20); }

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

background-color css

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

 a { background-color: rgb(144,114,20); }

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

border-color css

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

 span { border-color: rgb(144,114,20); }

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