Html Css Color HEX #9B540E Golden Brown

📋 copy color: '#9B540E'

red 155 ◦ green 84 ◦ blue 14

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

Shades of Golden Brown #9B540E

Tints of Golden Brown #9B540E

RGB

 RED value IS 155 (60.94% from 255) = 61.26%

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

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

R = 61.26%
G = 33.2%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B540E (or 0x9B540E) is known color: Golden Brown. HEX triplet: 9B, 54 and 0E. RGB value is (155,84,14). Sum of RGB (Red+Green+Blue) = 155+84+14=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B540E is #64ABF1. Grayscale: #616161. Windows color (decimal): -6597618 or 939163. OLE color: 939163.

HSL color Cylindrical-coordinate representation of color #9B540E: hue angle of 29.79º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B540E is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 84 14 -
CMYK 0 0.46 0.91 0.39
HSL 29.79º 0.83% 0.33% -
HSV(B) 29.79º 0.91% 0.61% -
XYZ 16.77 13.34 2.11 -
YUV 97.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 155 84 14 0 0.46 0.91 0.39 29.79 0.83 0.33
Hex 9B 54 E 0 2E 5B 27 1E 53 21
Octal 233 124 16 0 56 133 47 36 123 41
Binary 10011011 1010100 1110 0 101110 1011011 100111 11110 1010011 100001

Color Harmonies of #9B540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B540E

Black with #9B540E

Text Example


Text Example

White with #9B540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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