Html Css Color HEX #807E3A Crete

📋 copy color: '#807E3A'

red 128 ◦ green 126 ◦ blue 58

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

Shades of Crete #807E3A

Tints of Crete #807E3A

RGB

 RED value IS 128 (50.39% from 255) = 41.03%

 GREEN value IS 126 (49.61% from 255) = 40.38%

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 41.03%
G = 40.38%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#807E3A (or 0x807E3A) is known color: Crete. HEX triplet: 80, 7E and 3A. RGB value is (128,126,58). Sum of RGB (Red+Green+Blue) = 128+126+58=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #807E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807E3A is #7F81C5. Grayscale: #777777. Windows color (decimal): -8356294 or 3833472. OLE color: 3833472.

HSL color Cylindrical-coordinate representation of color #807E3A: hue angle of 58.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #807E3A is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 126 58 -
CMYK 0 0.02 0.55 0.50
HSL 58.29º 0.38% 0.36% -
HSV(B) 58.29º 0.55% 0.5% -
XYZ 17.13 19.82 6.93 -
YUV 118.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 128 126 58 0 0.02 0.55 0.50 58.29 0.38 0.36
Hex 80 7E 3A 0 2 37 32 3A 26 24
Octal 200 176 72 0 2 67 62 72 46 44
Binary 10000000 1111110 111010 0 10 110111 110010 111010 100110 100100

Color Harmonies of #807E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E3A

Black with #807E3A

Text Example


Text Example

White with #807E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807E3A; }

 p { color: rgb(128,126,58); }

 H1.HeaderClassName
 {
   color: #807E3A;
 }
 .AnyTagClassName
 {
   color: #807E3A;
 }
</style>

background-color css

<style>
 a { background-color: #807E3A; }

 a { background-color: rgb(128,126,58); }

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

border-color css

<style>
 span { border-color: #807E3A; }

 span { border-color: rgb(128,126,58); }

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