Html Css Color HEX #975E0E Golden Brown

📋 copy color: '#975E0E'

red 151 ◦ green 94 ◦ blue 14

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

Shades of Golden Brown #975E0E

Tints of Golden Brown #975E0E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 58.3%
G = 36.29%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#975E0E (or 0x975E0E) is known color: Golden Brown. HEX triplet: 97, 5E and 0E. RGB value is (151,94,14). Sum of RGB (Red+Green+Blue) = 151+94+14=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #975E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975E0E is #68A1F1. Grayscale: #666666. Windows color (decimal): -6857202 or 941719. OLE color: 941719.

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

Color convert

RGB 151 94 14 -
CMYK 0 0.38 0.91 0.41
HSL 35.04º 0.83% 0.32% -
HSV(B) 35.04º 0.91% 0.59% -
XYZ 16.84 14.62 2.35 -
YUV 101.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 151 94 14 0 0.38 0.91 0.41 35.04 0.83 0.32
Hex 97 5E E 0 26 5B 29 23 53 20
Octal 227 136 16 0 46 133 51 43 123 40
Binary 10010111 1011110 1110 0 100110 1011011 101001 100011 1010011 100000

Color Harmonies of #975E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E0E

Black with #975E0E

Text Example


Text Example

White with #975E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,94,14); }

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

background-color css

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

 a { background-color: rgb(151,94,14); }

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

border-color css

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

 span { border-color: rgb(151,94,14); }

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