Html Css Color HEX #975B0C Golden Brown

📋 copy color: '#975B0C'

red 151 ◦ green 91 ◦ blue 12

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

Shades of Golden Brown #975B0C

Tints of Golden Brown #975B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 59.45%
G = 35.83%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#975B0C (or 0x975B0C) is known color: Golden Brown. HEX triplet: 97, 5B and 0C. RGB value is (151,91,12). Sum of RGB (Red+Green+Blue) = 151+91+12=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #975B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975B0C is #68A4F3. Grayscale: #646464. Windows color (decimal): -6857972 or 809879. OLE color: 809879.

HSL color Cylindrical-coordinate representation of color #975B0C: hue angle of 34.1º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #975B0C is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 12 -
CMYK 0 0.40 0.92 0.41
HSL 34.1º 0.85% 0.32% -
HSV(B) 34.1º 0.92% 0.59% -
XYZ 16.57 14.09 2.19 -
YUV 99.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 151 91 12 0 0.40 0.92 0.41 34.1 0.85 0.32
Hex 97 5B C 0 28 5C 29 22 55 20
Octal 227 133 14 0 50 134 51 42 125 40
Binary 10010111 1011011 1100 0 101000 1011100 101001 100010 1010101 100000

Color Harmonies of #975B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B0C

Black with #975B0C

Text Example


Text Example

White with #975B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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