Html Css Color HEX #838051 Kokoda

📋 copy color: '#838051'

red 131 ◦ green 128 ◦ blue 81

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

Shades of Kokoda #838051

Tints of Kokoda #838051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 38.53%
G = 37.65%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#838051 (or 0x838051) is known color: Kokoda. HEX triplet: 83, 80 and 51. RGB value is (131,128,81). Sum of RGB (Red+Green+Blue) = 131+128+81=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #838051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838051 is #7C7FAE. Grayscale: #7B7B7B. Windows color (decimal): -8159151 or 5341315. OLE color: 5341315.

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

Color convert

RGB 131 128 81 -
CMYK 0 0.02 0.38 0.49
HSL 56.4º 0.24% 0.42% -
HSV(B) 56.4º 0.38% 0.51% -
XYZ 18.56 20.86 10.83 -
YUV 123.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 131 128 81 0 0.02 0.38 0.49 56.4 0.24 0.42
Hex 83 80 51 0 2 26 31 38 18 2A
Octal 203 200 121 0 2 46 61 70 30 52
Binary 10000011 10000000 1010001 0 10 100110 110001 111000 11000 101010

Color Harmonies of #838051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838051

Black with #838051

Text Example


Text Example

White with #838051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838051; }

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

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

background-color css

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

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

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

border-color css

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

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

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