Html Css Color HEX #75853E Wasabi

📋 copy color: '#75853E'

red 117 ◦ green 133 ◦ blue 62

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

Shades of Wasabi #75853E

Tints of Wasabi #75853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 62 (24.61% from 255) = 19.87%

R = 37.5%
G = 42.63%
B = 19.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#75853E (or 0x75853E) is known color: Wasabi. HEX triplet: 75, 85 and 3E. RGB value is (117,133,62). Sum of RGB (Red+Green+Blue) = 117+133+62=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #75853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75853E is #8A7AC1. Grayscale: #787878. Windows color (decimal): -9075394 or 4097397. OLE color: 4097397.

HSL color Cylindrical-coordinate representation of color #75853E: hue angle of 73.52º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75853E is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 62 -
CMYK 0.12 0 0.53 0.48
HSL 73.52º 0.36% 0.38% -
HSV(B) 73.52º 0.53% 0.52% -
XYZ 16.59 20.9 7.72 -
YUV 120.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 117 133 62 0.12 0 0.53 0.48 73.52 0.36 0.38
Hex 75 85 3E C 0 35 30 4A 24 26
Octal 165 205 76 14 0 65 60 112 44 46
Binary 1110101 10000101 111110 1100 0 110101 110000 1001010 100100 100110

Color Harmonies of #75853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75853E

Black with #75853E

Text Example


Text Example

White with #75853E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75853E; }

 p { color: rgb(117,133,62); }

 H1.HeaderClassName
 {
   color: #75853E;
 }
 .AnyTagClassName
 {
   color: #75853E;
 }
</style>

background-color css

<style>
 a { background-color: #75853E; }

 a { background-color: rgb(117,133,62); }

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

border-color css

<style>
 span { border-color: #75853E; }

 span { border-color: rgb(117,133,62); }

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