Html Css Color HEX #75613B Yellow Metal

📋 copy color: '#75613B'

red 117 ◦ green 97 ◦ blue 59

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

Shades of Yellow Metal #75613B

Tints of Yellow Metal #75613B

RGB

 RED value IS 117 (46.09% from 255) = 42.86%

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 42.86%
G = 35.53%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75613B (or 0x75613B) is known color: Yellow Metal. HEX triplet: 75, 61 and 3B. RGB value is (117,97,59). Sum of RGB (Red+Green+Blue) = 117+97+59=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75613B is #8A9EC4. Grayscale: #626262. Windows color (decimal): -9084613 or 3891573. OLE color: 3891573.

HSL color Cylindrical-coordinate representation of color #75613B: hue angle of 39.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75613B is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 59 -
CMYK 0 0.17 0.50 0.54
HSL 39.31º 0.33% 0.35% -
HSV(B) 39.31º 0.5% 0.46% -
XYZ 12.4 12.65 5.93 -
YUV 98.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 117 97 59 0 0.17 0.50 0.54 39.31 0.33 0.35
Hex 75 61 3B 0 11 32 36 27 21 23
Octal 165 141 73 0 21 62 66 47 41 43
Binary 1110101 1100001 111011 0 10001 110010 110110 100111 100001 100011

Color Harmonies of #75613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75613B

Black with #75613B

Text Example


Text Example

White with #75613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75613B; }

 p { color: rgb(117,97,59); }

 H1.HeaderClassName
 {
   color: #75613B;
 }
 .AnyTagClassName
 {
   color: #75613B;
 }
</style>

background-color css

<style>
 a { background-color: #75613B; }

 a { background-color: rgb(117,97,59); }

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

border-color css

<style>
 span { border-color: #75613B; }

 span { border-color: rgb(117,97,59); }

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