Html Css Color HEX #9B5405 Golden Brown

📋 copy color: '#9B5405'

red 155 ◦ green 84 ◦ blue 5

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

Shades of Golden Brown #9B5405

Tints of Golden Brown #9B5405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 63.52%
G = 34.43%
B = 2.05%

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

#9B5405 (or 0x9B5405) is known color: Golden Brown. HEX triplet: 9B, 54 and 05. RGB value is (155,84,5). Sum of RGB (Red+Green+Blue) = 155+84+5=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5405 is #64ABFA. Grayscale: #606060. Windows color (decimal): -6597627 or 349339. OLE color: 349339.

HSL color Cylindrical-coordinate representation of color #9B5405: hue angle of 31.6º degrees, saturation: 0.94, 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 #9B5405 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 84 5 -
CMYK 0 0.46 0.97 0.39
HSL 31.6º 0.94% 0.31% -
HSV(B) 31.6º 0.97% 0.61% -
XYZ 16.72 13.32 1.83 -
YUV 96.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 155 84 5 0 0.46 0.97 0.39 31.6 0.94 0.31
Hex 9B 54 5 0 2E 61 27 20 5E 1F
Octal 233 124 5 0 56 141 47 40 136 37
Binary 10011011 1010100 101 0 101110 1100001 100111 100000 1011110 11111

Color Harmonies of #9B5405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5405

Black with #9B5405

Text Example


Text Example

White with #9B5405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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