Html Css Color HEX #9B550D Golden Brown

📋 copy color: '#9B550D'

red 155 ◦ green 85 ◦ blue 13

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

Shades of Golden Brown #9B550D

Tints of Golden Brown #9B550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 61.26%
G = 33.6%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B550D (or 0x9B550D) is known color: Golden Brown. HEX triplet: 9B, 55 and 0D. RGB value is (155,85,13). Sum of RGB (Red+Green+Blue) = 155+85+13=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B550D is #64AAF2. Grayscale: #626262. Windows color (decimal): -6597363 or 873883. OLE color: 873883.

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

Color convert

RGB 155 85 13 -
CMYK 0 0.45 0.92 0.39
HSL 30.42º 0.85% 0.33% -
HSV(B) 30.42º 0.92% 0.61% -
XYZ 16.84 13.49 2.1 -
YUV 97.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 155 85 13 0 0.45 0.92 0.39 30.42 0.85 0.33
Hex 9B 55 D 0 2D 5C 27 1E 55 21
Octal 233 125 15 0 55 134 47 36 125 41
Binary 10011011 1010101 1101 0 101101 1011100 100111 11110 1010101 100001

Color Harmonies of #9B550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B550D

Black with #9B550D

Text Example


Text Example

White with #9B550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,13); }

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

background-color css

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

 a { background-color: rgb(155,85,13); }

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

border-color css

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

 span { border-color: rgb(155,85,13); }

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