Html Css Color HEX #975D0B Golden Brown

📋 copy color: '#975D0B'

red 151 ◦ green 93 ◦ blue 11

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

Shades of Golden Brown #975D0B

Tints of Golden Brown #975D0B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.47%

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 59.22%
G = 36.47%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#975D0B (or 0x975D0B) is known color: Golden Brown. HEX triplet: 97, 5D and 0B. RGB value is (151,93,11). Sum of RGB (Red+Green+Blue) = 151+93+11=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #975D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975D0B is #68A2F4. Grayscale: #656565. Windows color (decimal): -6857461 or 744855. OLE color: 744855.

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

Color convert

RGB 151 93 11 -
CMYK 0 0.38 0.93 0.41
HSL 35.14º 0.86% 0.32% -
HSV(B) 35.14º 0.93% 0.59% -
XYZ 16.74 14.43 2.22 -
YUV 100.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 151 93 11 0 0.38 0.93 0.41 35.14 0.86 0.32
Hex 97 5D B 0 26 5D 29 23 56 20
Octal 227 135 13 0 46 135 51 43 126 40
Binary 10010111 1011101 1011 0 100110 1011101 101001 100011 1010110 100000

Color Harmonies of #975D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D0B

Black with #975D0B

Text Example


Text Example

White with #975D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,11); }

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

background-color css

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

 a { background-color: rgb(151,93,11); }

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

border-color css

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

 span { border-color: rgb(151,93,11); }

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