Html Css Color HEX #838359 Kokoda

📋 copy color: '#838359'

red 131 ◦ green 131 ◦ blue 89

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

Shades of Kokoda #838359

Tints of Kokoda #838359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 37.32%
G = 37.32%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#838359 (or 0x838359) is known color: Kokoda. HEX triplet: 83, 83 and 59. RGB value is (131,131,89). Sum of RGB (Red+Green+Blue) = 131+131+89=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838359 is #7C7CA6. Grayscale: #7E7E7E. Windows color (decimal): -8158375 or 5866371. OLE color: 5866371.

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

Color convert

RGB 131 131 89 -
CMYK 0 0 0.32 0.49
HSL 60º 0.19% 0.43% -
HSV(B) 60º 0.32% 0.51% -
XYZ 19.28 21.78 12.64 -
YUV 126.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 131 131 89 0 0 0.32 0.49 60 0.19 0.43
Hex 83 83 59 0 0 20 31 3C 13 2B
Octal 203 203 131 0 0 40 61 74 23 53
Binary 10000011 10000011 1011001 0 0 100000 110001 111100 10011 101011

Color Harmonies of #838359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838359

Black with #838359

Text Example


Text Example

White with #838359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838359; }

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

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

background-color css

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

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

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

border-color css

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

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

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