Html Css Color HEX #9B5304 Golden Brown

📋 copy color: '#9B5304'

red 155 ◦ green 83 ◦ blue 4

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

Shades of Golden Brown #9B5304

Tints of Golden Brown #9B5304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 64.05%
G = 34.3%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B5304 (or 0x9B5304) is known color: Golden Brown. HEX triplet: 9B, 53 and 04. RGB value is (155,83,4). Sum of RGB (Red+Green+Blue) = 155+83+4=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5304 is #64ACFB. Grayscale: #5F5F5F. Windows color (decimal): -6597884 or 283547. OLE color: 283547.

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

Color convert

RGB 155 83 4 -
CMYK 0 0.46 0.97 0.39
HSL 31.39º 0.95% 0.31% -
HSV(B) 31.39º 0.97% 0.61% -
XYZ 16.63 13.16 1.78 -
YUV 95.52 76.35 170.42 -
System Red Green Blue C M Y K H S L
Decimal 155 83 4 0 0.46 0.97 0.39 31.39 0.95 0.31
Hex 9B 53 4 0 2E 61 27 1F 5F 1F
Octal 233 123 4 0 56 141 47 37 137 37
Binary 10011011 1010011 100 0 101110 1100001 100111 11111 1011111 11111

Color Harmonies of #9B5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5304

Black with #9B5304

Text Example


Text Example

White with #9B5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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