Html Css Color HEX #83804A Kokoda

📋 copy color: '#83804A'

red 131 ◦ green 128 ◦ blue 74

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

Shades of Kokoda #83804A

Tints of Kokoda #83804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 39.34%
G = 38.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83804A (or 0x83804A) is known color: Kokoda. HEX triplet: 83, 80 and 4A. RGB value is (131,128,74). Sum of RGB (Red+Green+Blue) = 131+128+74=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #83804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83804A is #7C7FB5. Grayscale: #7A7A7A. Windows color (decimal): -8159158 or 4882563. OLE color: 4882563.

HSL color Cylindrical-coordinate representation of color #83804A: hue angle of 56.84º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83804A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 128 74 -
CMYK 0 0.02 0.44 0.49
HSL 56.84º 0.28% 0.4% -
HSV(B) 56.84º 0.44% 0.51% -
XYZ 18.32 20.76 9.52 -
YUV 122.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 131 128 74 0 0.02 0.44 0.49 56.84 0.28 0.4
Hex 83 80 4A 0 2 2C 31 39 1C 28
Octal 203 200 112 0 2 54 61 71 34 50
Binary 10000011 10000000 1001010 0 10 101100 110001 111001 11100 101000

Color Harmonies of #83804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83804A

Black with #83804A

Text Example


Text Example

White with #83804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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