Html Css Color HEX #907004 Golden Brown

📋 copy color: '#907004'

red 144 ◦ green 112 ◦ blue 4

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

Shades of Golden Brown #907004

Tints of Golden Brown #907004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 55.38%
G = 43.08%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#907004 (or 0x907004) is known color: Golden Brown. HEX triplet: 90, 70 and 04. RGB value is (144,112,4). Sum of RGB (Red+Green+Blue) = 144+112+4=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #907004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907004 is #6F8FFB. Grayscale: #6D6D6D. Windows color (decimal): -7311356 or 290960. OLE color: 290960.

HSL color Cylindrical-coordinate representation of color #907004: hue angle of 46.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #907004 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 112 4 -
CMYK 0 0.22 0.97 0.44
HSL 46.29º 0.95% 0.29% -
HSV(B) 46.29º 0.97% 0.56% -
XYZ 17.32 17.53 2.59 -
YUV 109.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 144 112 4 0 0.22 0.97 0.44 46.29 0.95 0.29
Hex 90 70 4 0 16 61 2C 2E 5F 1D
Octal 220 160 4 0 26 141 54 56 137 35
Binary 10010000 1110000 100 0 10110 1100001 101100 101110 1011111 11101

Color Harmonies of #907004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907004

Black with #907004

Text Example


Text Example

White with #907004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907004; }

 p { color: rgb(144,112,4); }

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

background-color css

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

 a { background-color: rgb(144,112,4); }

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

border-color css

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

 span { border-color: rgb(144,112,4); }

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