Html Css Color HEX #99540E Golden Brown

📋 copy color: '#99540E'

red 153 ◦ green 84 ◦ blue 14

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

Shades of Golden Brown #99540E

Tints of Golden Brown #99540E

RGB

 RED value IS 153 (60.16% from 255) = 60.96%

 GREEN value IS 84 (33.2% from 255) = 33.47%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 60.96%
G = 33.47%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99540E (or 0x99540E) is known color: Golden Brown. HEX triplet: 99, 54 and 0E. RGB value is (153,84,14). Sum of RGB (Red+Green+Blue) = 153+84+14=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99540E is #66ABF1. Grayscale: #616161. Windows color (decimal): -6728690 or 939161. OLE color: 939161.

HSL color Cylindrical-coordinate representation of color #99540E: hue angle of 30.22º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99540E is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 14 -
CMYK 0 0.45 0.91 0.4
HSL 30.22º 0.83% 0.33% -
HSV(B) 30.22º 0.91% 0.6% -
XYZ 16.39 13.14 2.09 -
YUV 96.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 153 84 14 0 0.45 0.91 0.4 30.22 0.83 0.33
Hex 99 54 E 0 2D 5B 28 1E 53 21
Octal 231 124 16 0 55 133 50 36 123 41
Binary 10011001 1010100 1110 0 101101 1011011 101000 11110 1010011 100001

Color Harmonies of #99540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99540E

Black with #99540E

Text Example


Text Example

White with #99540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99540E; }

 p { color: rgb(153,84,14); }

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

background-color css

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

 a { background-color: rgb(153,84,14); }

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

border-color css

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

 span { border-color: rgb(153,84,14); }

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