Html Css Color HEX #73813D Wasabi

📋 copy color: '#73813D'

red 115 ◦ green 129 ◦ blue 61

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

Shades of Wasabi #73813D

Tints of Wasabi #73813D

RGB

 RED value IS 115 (45.31% from 255) = 37.7%

 GREEN value IS 129 (50.78% from 255) = 42.3%

 BLUE value IS 61 (24.22% from 255) = 20%

R = 37.7%
G = 42.3%
B = 20%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#73813D (or 0x73813D) is known color: Wasabi. HEX triplet: 73, 81 and 3D. RGB value is (115,129,61). Sum of RGB (Red+Green+Blue) = 115+129+61=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #73813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73813D is #8C7EC2. Grayscale: #757575. Windows color (decimal): -9207491 or 4030835. OLE color: 4030835.

HSL color Cylindrical-coordinate representation of color #73813D: hue angle of 72.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73813D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 129 61 -
CMYK 0.11 0 0.53 0.49
HSL 72.35º 0.36% 0.37% -
HSV(B) 72.35º 0.53% 0.51% -
XYZ 15.76 19.68 7.38 -
YUV 117.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 115 129 61 0.11 0 0.53 0.49 72.35 0.36 0.37
Hex 73 81 3D B 0 35 31 48 24 25
Octal 163 201 75 13 0 65 61 110 44 45
Binary 1110011 10000001 111101 1011 0 110101 110001 1001000 100100 100101

Color Harmonies of #73813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73813D

Black with #73813D

Text Example


Text Example

White with #73813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73813D; }

 p { color: rgb(115,129,61); }

 H1.HeaderClassName
 {
   color: #73813D;
 }
 .AnyTagClassName
 {
   color: #73813D;
 }
</style>

background-color css

<style>
 a { background-color: #73813D; }

 a { background-color: rgb(115,129,61); }

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

border-color css

<style>
 span { border-color: #73813D; }

 span { border-color: rgb(115,129,61); }

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