Html Css Color HEX #907007 Golden Brown

📋 copy color: '#907007'

red 144 ◦ green 112 ◦ blue 7

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

Shades of Golden Brown #907007

Tints of Golden Brown #907007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.66%

R = 54.75%
G = 42.59%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#907007 (or 0x907007) is known color: Golden Brown. HEX triplet: 90, 70 and 07. RGB value is (144,112,7). Sum of RGB (Red+Green+Blue) = 144+112+7=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #907007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907007 is #6F8FF8. Grayscale: #6E6E6E. Windows color (decimal): -7311353 or 487568. OLE color: 487568.

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

Color convert

RGB 144 112 7 -
CMYK 0 0.22 0.95 0.44
HSL 45.99º 0.91% 0.3% -
HSV(B) 45.99º 0.95% 0.56% -
XYZ 17.33 17.53 2.67 -
YUV 109.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 144 112 7 0 0.22 0.95 0.44 45.99 0.91 0.3
Hex 90 70 7 0 16 5F 2C 2E 5B 1E
Octal 220 160 7 0 26 137 54 56 133 36
Binary 10010000 1110000 111 0 10110 1011111 101100 101110 1011011 11110

Color Harmonies of #907007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907007

Black with #907007

Text Example


Text Example

White with #907007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907007; }

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

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

background-color css

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

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

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

border-color css

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

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

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