Html Css Color HEX #75633B Yellow Metal

📋 copy color: '#75633B'

red 117 ◦ green 99 ◦ blue 59

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

Shades of Yellow Metal #75633B

Tints of Yellow Metal #75633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 42.55%
G = 36%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75633B (or 0x75633B) is known color: Yellow Metal. HEX triplet: 75, 63 and 3B. RGB value is (117,99,59). Sum of RGB (Red+Green+Blue) = 117+99+59=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75633B is #8A9CC4. Grayscale: #636363. Windows color (decimal): -9084101 or 3892085. OLE color: 3892085.

HSL color Cylindrical-coordinate representation of color #75633B: hue angle of 41.38º 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 #75633B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 59 -
CMYK 0 0.15 0.50 0.54
HSL 41.38º 0.33% 0.35% -
HSV(B) 41.38º 0.5% 0.46% -
XYZ 12.59 13.02 5.99 -
YUV 99.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 117 99 59 0 0.15 0.50 0.54 41.38 0.33 0.35
Hex 75 63 3B 0 F 32 36 29 21 23
Octal 165 143 73 0 17 62 66 51 41 43
Binary 1110101 1100011 111011 0 1111 110010 110110 101001 100001 100011

Color Harmonies of #75633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75633B

Black with #75633B

Text Example


Text Example

White with #75633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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