Html Css Color HEX #838158 Kokoda

📋 copy color: '#838158'

red 131 ◦ green 129 ◦ blue 88

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

Shades of Kokoda #838158

Tints of Kokoda #838158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 37.64%
G = 37.07%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#838158 (or 0x838158) is known color: Kokoda. HEX triplet: 83, 81 and 58. RGB value is (131,129,88). Sum of RGB (Red+Green+Blue) = 131+129+88=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #838158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838158 is #7C7EA7. Grayscale: #7D7D7D. Windows color (decimal): -8158888 or 5800323. OLE color: 5800323.

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

Color convert

RGB 131 129 88 -
CMYK 0 0.02 0.33 0.49
HSL 57.21º 0.2% 0.43% -
HSV(B) 57.21º 0.33% 0.51% -
XYZ 18.97 21.23 12.33 -
YUV 124.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 131 129 88 0 0.02 0.33 0.49 57.21 0.2 0.43
Hex 83 81 58 0 2 21 31 39 14 2B
Octal 203 201 130 0 2 41 61 71 24 53
Binary 10000011 10000001 1011000 0 10 100001 110001 111001 10100 101011

Color Harmonies of #838158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838158

Black with #838158

Text Example


Text Example

White with #838158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838158; }

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

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

background-color css

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

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

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

border-color css

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

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

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