Html Css Color HEX #838056 Kokoda

📋 copy color: '#838056'

red 131 ◦ green 128 ◦ blue 86

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

Shades of Kokoda #838056

Tints of Kokoda #838056

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 37.97%
G = 37.1%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#838056 (or 0x838056) is known color: Kokoda. HEX triplet: 83, 80 and 56. RGB value is (131,128,86). Sum of RGB (Red+Green+Blue) = 131+128+86=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #838056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838056 is #7C7FA9. Grayscale: #7C7C7C. Windows color (decimal): -8159146 or 5668995. OLE color: 5668995.

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

Color convert

RGB 131 128 86 -
CMYK 0 0.02 0.34 0.49
HSL 56º 0.21% 0.43% -
HSV(B) 56º 0.34% 0.51% -
XYZ 18.76 20.94 11.86 -
YUV 124.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 131 128 86 0 0.02 0.34 0.49 56 0.21 0.43
Hex 83 80 56 0 2 22 31 38 15 2B
Octal 203 200 126 0 2 42 61 70 25 53
Binary 10000011 10000000 1010110 0 10 100010 110001 111000 10101 101011

Color Harmonies of #838056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838056

Black with #838056

Text Example


Text Example

White with #838056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838056; }

 p { color: rgb(131,128,86); }

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

background-color css

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

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

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

border-color css

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

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

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