Html Css Color HEX #975F02 Golden Brown

📋 copy color: '#975F02'

red 151 ◦ green 95 ◦ blue 2

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

Shades of Golden Brown #975F02

Tints of Golden Brown #975F02

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.31%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 60.89%
G = 38.31%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#975F02 (or 0x975F02) is known color: Golden Brown. HEX triplet: 97, 5F and 02. RGB value is (151,95,2). Sum of RGB (Red+Green+Blue) = 151+95+2=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #975F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975F02 is #68A0FD. Grayscale: #656565. Windows color (decimal): -6856958 or 155543. OLE color: 155543.

HSL color Cylindrical-coordinate representation of color #975F02: hue angle of 37.45º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #975F02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 95 2 -
CMYK 0 0.37 0.99 0.41
HSL 37.45º 0.97% 0.3% -
HSV(B) 37.45º 0.99% 0.59% -
XYZ 16.87 14.77 2.02 -
YUV 101.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 151 95 2 0 0.37 0.99 0.41 37.45 0.97 0.3
Hex 97 5F 2 0 25 63 29 25 61 1E
Octal 227 137 2 0 45 143 51 45 141 36
Binary 10010111 1011111 10 0 100101 1100011 101001 100101 1100001 11110

Color Harmonies of #975F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F02

Black with #975F02

Text Example


Text Example

White with #975F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,95,2); }

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

background-color css

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

 a { background-color: rgb(151,95,2); }

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

border-color css

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

 span { border-color: rgb(151,95,2); }

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