Html Css Color HEX #838159 Kokoda

📋 copy color: '#838159'

red 131 ◦ green 129 ◦ blue 89

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

Shades of Kokoda #838159

Tints of Kokoda #838159

RGB

 RED value IS 131 (51.56% from 255) = 37.54%

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

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 37.54%
G = 36.96%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#838159 (or 0x838159) is known color: Kokoda. HEX triplet: 83, 81 and 59. RGB value is (131,129,89). Sum of RGB (Red+Green+Blue) = 131+129+89=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #838159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838159 is #7C7EA6. Grayscale: #7D7D7D. Windows color (decimal): -8158887 or 5865859. OLE color: 5865859.

HSL color Cylindrical-coordinate representation of color #838159: hue angle of 57.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838159 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 89 -
CMYK 0 0.02 0.32 0.49
HSL 57.14º 0.19% 0.43% -
HSV(B) 57.14º 0.32% 0.51% -
XYZ 19.01 21.25 12.55 -
YUV 125.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 131 129 89 0 0.02 0.32 0.49 57.14 0.19 0.43
Hex 83 81 59 0 2 20 31 39 13 2B
Octal 203 201 131 0 2 40 61 71 23 53
Binary 10000011 10000001 1011001 0 10 100000 110001 111001 10011 101011

Color Harmonies of #838159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838159

Black with #838159

Text Example


Text Example

White with #838159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838159; }

 p { color: rgb(131,129,89); }

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

background-color css

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

 a { background-color: rgb(131,129,89); }

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

border-color css

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

 span { border-color: rgb(131,129,89); }

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