Html Css Color HEX #83804D Kokoda

📋 copy color: '#83804D'

red 131 ◦ green 128 ◦ blue 77

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

Shades of Kokoda #83804D

Tints of Kokoda #83804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 38.99%
G = 38.1%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83804D (or 0x83804D) is known color: Kokoda. HEX triplet: 83, 80 and 4D. RGB value is (131,128,77). Sum of RGB (Red+Green+Blue) = 131+128+77=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #83804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83804D is #7C7FB2. Grayscale: #7B7B7B. Windows color (decimal): -8159155 or 5079171. OLE color: 5079171.

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

Color convert

RGB 131 128 77 -
CMYK 0 0.02 0.41 0.49
HSL 56.67º 0.26% 0.41% -
HSV(B) 56.67º 0.41% 0.51% -
XYZ 18.42 20.8 10.07 -
YUV 123.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 131 128 77 0 0.02 0.41 0.49 56.67 0.26 0.41
Hex 83 80 4D 0 2 29 31 39 1A 29
Octal 203 200 115 0 2 51 61 71 32 51
Binary 10000011 10000000 1001101 0 10 101001 110001 111001 11010 101001

Color Harmonies of #83804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83804D

Black with #83804D

Text Example


Text Example

White with #83804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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