Html Css Color HEX #807850 Kokoda

📋 copy color: '#807850'

red 128 ◦ green 120 ◦ blue 80

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

Shades of Kokoda #807850

Tints of Kokoda #807850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 39.02%
G = 36.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#807850 (or 0x807850) is known color: Kokoda. HEX triplet: 80, 78 and 50. RGB value is (128,120,80). Sum of RGB (Red+Green+Blue) = 128+120+80=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #807850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807850 is #7F87AF. Grayscale: #757575. Windows color (decimal): -8357808 or 5273728. OLE color: 5273728.

HSL color Cylindrical-coordinate representation of color #807850: hue angle of 50º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807850 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 80 -
CMYK 0 0.06 0.38 0.50
HSL 50º 0.23% 0.41% -
HSV(B) 50º 0.38% 0.5% -
XYZ 17.07 18.6 10.28 -
YUV 117.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 128 120 80 0 0.06 0.38 0.50 50 0.23 0.41
Hex 80 78 50 0 6 26 32 32 17 29
Octal 200 170 120 0 6 46 62 62 27 51
Binary 10000000 1111000 1010000 0 110 100110 110010 110010 10111 101001

Color Harmonies of #807850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807850

Black with #807850

Text Example


Text Example

White with #807850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807850; }

 p { color: rgb(128,120,80); }

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

background-color css

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

 a { background-color: rgb(128,120,80); }

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

border-color css

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

 span { border-color: rgb(128,120,80); }

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