Html Css Color HEX #975B0F Golden Brown

📋 copy color: '#975B0F'

red 151 ◦ green 91 ◦ blue 15

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

Shades of Golden Brown #975B0F

Tints of Golden Brown #975B0F

RGB

 RED value IS 151 (59.38% from 255) = 58.75%

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 58.75%
G = 35.41%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#975B0F (or 0x975B0F) is known color: Golden Brown. HEX triplet: 97, 5B and 0F. RGB value is (151,91,15). Sum of RGB (Red+Green+Blue) = 151+91+15=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #975B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975B0F is #68A4F0. Grayscale: #646464. Windows color (decimal): -6857969 or 1006487. OLE color: 1006487.

HSL color Cylindrical-coordinate representation of color #975B0F: hue angle of 33.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #975B0F is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 15 -
CMYK 0 0.40 0.90 0.41
HSL 33.53º 0.82% 0.33% -
HSV(B) 33.53º 0.9% 0.59% -
XYZ 16.59 14.1 2.3 -
YUV 100.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 151 91 15 0 0.40 0.90 0.41 33.53 0.82 0.33
Hex 97 5B F 0 28 5A 29 22 52 21
Octal 227 133 17 0 50 132 51 42 122 41
Binary 10010111 1011011 1111 0 101000 1011010 101001 100010 1010010 100001

Color Harmonies of #975B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B0F

Black with #975B0F

Text Example


Text Example

White with #975B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975B0F; }

 p { color: rgb(151,91,15); }

 H1.HeaderClassName
 {
   color: #975B0F;
 }
 .AnyTagClassName
 {
   color: #975B0F;
 }
</style>

background-color css

<style>
 a { background-color: #975B0F; }

 a { background-color: rgb(151,91,15); }

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

border-color css

<style>
 span { border-color: #975B0F; }

 span { border-color: rgb(151,91,15); }

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