Html Css Color HEX #975C0B Golden Brown

📋 copy color: '#975C0B'

red 151 ◦ green 92 ◦ blue 11

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

Shades of Golden Brown #975C0B

Tints of Golden Brown #975C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

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

R = 59.45%
G = 36.22%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#975C0B (or 0x975C0B) is known color: Golden Brown. HEX triplet: 97, 5C and 0B. RGB value is (151,92,11). Sum of RGB (Red+Green+Blue) = 151+92+11=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #975C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975C0B is #68A3F4. Grayscale: #646464. Windows color (decimal): -6857717 or 744599. OLE color: 744599.

HSL color Cylindrical-coordinate representation of color #975C0B: hue angle of 34.71º 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 #975C0B is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 11 -
CMYK 0 0.39 0.93 0.41
HSL 34.71º 0.86% 0.32% -
HSV(B) 34.71º 0.93% 0.59% -
XYZ 16.65 14.26 2.19 -
YUV 100.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 151 92 11 0 0.39 0.93 0.41 34.71 0.86 0.32
Hex 97 5C B 0 27 5D 29 23 56 20
Octal 227 134 13 0 47 135 51 43 126 40
Binary 10010111 1011100 1011 0 100111 1011101 101001 100011 1010110 100000

Color Harmonies of #975C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C0B

Black with #975C0B

Text Example


Text Example

White with #975C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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