Html Css Color HEX #98730C Golden Brown

📋 copy color: '#98730C'

red 152 ◦ green 115 ◦ blue 12

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

Shades of Golden Brown #98730C

Tints of Golden Brown #98730C

RGB

 RED value IS 152 (59.77% from 255) = 54.48%

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

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 54.48%
G = 41.22%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98730C (or 0x98730C) is known color: Golden Brown. HEX triplet: 98, 73 and 0C. RGB value is (152,115,12). Sum of RGB (Red+Green+Blue) = 152+115+12=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98730C is #678CF3. Grayscale: #727272. Windows color (decimal): -6786292 or 816024. OLE color: 816024.

HSL color Cylindrical-coordinate representation of color #98730C: hue angle of 44.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98730C is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 12 -
CMYK 0 0.24 0.92 0.40
HSL 44.14º 0.85% 0.32% -
HSV(B) 44.14º 0.92% 0.6% -
XYZ 19.15 18.96 3 -
YUV 114.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 152 115 12 0 0.24 0.92 0.40 44.14 0.85 0.32
Hex 98 73 C 0 18 5C 28 2C 55 20
Octal 230 163 14 0 30 134 50 54 125 40
Binary 10011000 1110011 1100 0 11000 1011100 101000 101100 1010101 100000

Color Harmonies of #98730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98730C

Black with #98730C

Text Example


Text Example

White with #98730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98730C; }

 p { color: rgb(152,115,12); }

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

background-color css

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

 a { background-color: rgb(152,115,12); }

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

border-color css

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

 span { border-color: rgb(152,115,12); }

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