Html Css Color HEX #71823D Wasabi

📋 copy color: '#71823D'

red 113 ◦ green 130 ◦ blue 61

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

Shades of Wasabi #71823D

Tints of Wasabi #71823D

RGB

 RED value IS 113 (44.53% from 255) = 37.17%

 GREEN value IS 130 (51.17% from 255) = 42.76%

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

R = 37.17%
G = 42.76%
B = 20.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#71823D (or 0x71823D) is known color: Wasabi. HEX triplet: 71, 82 and 3D. RGB value is (113,130,61). Sum of RGB (Red+Green+Blue) = 113+130+61=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #71823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71823D is #8E7DC2. Grayscale: #757575. Windows color (decimal): -9338307 or 4031089. OLE color: 4031089.

HSL color Cylindrical-coordinate representation of color #71823D: hue angle of 74.78º 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 #71823D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 61 -
CMYK 0.13 0 0.53 0.49
HSL 74.78º 0.36% 0.37% -
HSV(B) 74.78º 0.53% 0.51% -
XYZ 15.63 19.81 7.42 -
YUV 117.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 113 130 61 0.13 0 0.53 0.49 74.78 0.36 0.37
Hex 71 82 3D D 0 35 31 4B 24 25
Octal 161 202 75 15 0 65 61 113 44 45
Binary 1110001 10000010 111101 1101 0 110101 110001 1001011 100100 100101

Color Harmonies of #71823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71823D

Black with #71823D

Text Example


Text Example

White with #71823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,130,61); }

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

background-color css

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

 a { background-color: rgb(113,130,61); }

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

border-color css

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

 span { border-color: rgb(113,130,61); }

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