Html Css Color HEX #9B530F Golden Brown

📋 copy color: '#9B530F'

red 155 ◦ green 83 ◦ blue 15

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

Shades of Golden Brown #9B530F

Tints of Golden Brown #9B530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 61.26%
G = 32.81%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B530F (or 0x9B530F) is known color: Golden Brown. HEX triplet: 9B, 53 and 0F. RGB value is (155,83,15). Sum of RGB (Red+Green+Blue) = 155+83+15=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B530F is #64ACF0. Grayscale: #616161. Windows color (decimal): -6597873 or 1004443. OLE color: 1004443.

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

Color convert

RGB 155 83 15 -
CMYK 0 0.46 0.90 0.39
HSL 29.14º 0.82% 0.33% -
HSV(B) 29.14º 0.9% 0.61% -
XYZ 16.7 13.19 2.12 -
YUV 96.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 155 83 15 0 0.46 0.90 0.39 29.14 0.82 0.33
Hex 9B 53 F 0 2E 5A 27 1D 52 21
Octal 233 123 17 0 56 132 47 35 122 41
Binary 10011011 1010011 1111 0 101110 1011010 100111 11101 1010010 100001

Color Harmonies of #9B530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B530F

Black with #9B530F

Text Example


Text Example

White with #9B530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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