Html Css Color HEX #9B5312 Golden Brown

📋 copy color: '#9B5312'

red 155 ◦ green 83 ◦ blue 18

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

Shades of Golden Brown #9B5312

Tints of Golden Brown #9B5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 60.55%
G = 32.42%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B5312 (or 0x9B5312) is known color: Golden Brown. HEX triplet: 9B, 53 and 12. RGB value is (155,83,18). Sum of RGB (Red+Green+Blue) = 155+83+18=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5312 is #64ACED. Grayscale: #616161. Windows color (decimal): -6597870 or 1201051. OLE color: 1201051.

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

Color convert

RGB 155 83 18 -
CMYK 0 0.46 0.88 0.39
HSL 28.47º 0.79% 0.34% -
HSV(B) 28.47º 0.88% 0.61% -
XYZ 16.72 13.2 2.24 -
YUV 97.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 155 83 18 0 0.46 0.88 0.39 28.47 0.79 0.34
Hex 9B 53 12 0 2E 58 27 1C 4F 22
Octal 233 123 22 0 56 130 47 34 117 42
Binary 10011011 1010011 10010 0 101110 1011000 100111 11100 1001111 100010

Color Harmonies of #9B5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5312

Black with #9B5312

Text Example


Text Example

White with #9B5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,83,18); }

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

background-color css

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

 a { background-color: rgb(155,83,18); }

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

border-color css

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

 span { border-color: rgb(155,83,18); }

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