Html Css Color HEX #838358 Kokoda

📋 copy color: '#838358'

red 131 ◦ green 131 ◦ blue 88

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

Shades of Kokoda #838358

Tints of Kokoda #838358

RGB

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

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

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

R = 37.43%
G = 37.43%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#838358 (or 0x838358) is known color: Kokoda. HEX triplet: 83, 83 and 58. RGB value is (131,131,88). Sum of RGB (Red+Green+Blue) = 131+131+88=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838358 is #7C7CA7. Grayscale: #7E7E7E. Windows color (decimal): -8158376 or 5800835. OLE color: 5800835.

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

Color convert

RGB 131 131 88 -
CMYK 0 0 0.33 0.49
HSL 60º 0.2% 0.43% -
HSV(B) 60º 0.33% 0.51% -
XYZ 19.24 21.76 12.42 -
YUV 126.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 131 131 88 0 0 0.33 0.49 60 0.2 0.43
Hex 83 83 58 0 0 21 31 3C 14 2B
Octal 203 203 130 0 0 41 61 74 24 53
Binary 10000011 10000011 1011000 0 0 100001 110001 111100 10100 101011

Color Harmonies of #838358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838358

Black with #838358

Text Example


Text Example

White with #838358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838358; }

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

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

background-color css

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

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

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

border-color css

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

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

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