Html Css Color HEX #828153 Kokoda

📋 copy color: '#828153'

red 130 ◦ green 129 ◦ blue 83

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

Shades of Kokoda #828153

Tints of Kokoda #828153

RGB

 RED value IS 130 (51.17% from 255) = 38.01%

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 38.01%
G = 37.72%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#828153 (or 0x828153) is known color: Kokoda. HEX triplet: 82, 81 and 53. RGB value is (130,129,83). Sum of RGB (Red+Green+Blue) = 130+129+83=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #828153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828153 is #7D7EAC. Grayscale: #7C7C7C. Windows color (decimal): -8224429 or 5472642. OLE color: 5472642.

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

Color convert

RGB 130 129 83 -
CMYK 0 0.01 0.36 0.49
HSL 58.72º 0.22% 0.42% -
HSV(B) 58.72º 0.36% 0.51% -
XYZ 18.62 21.07 11.27 -
YUV 124.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 130 129 83 0 0.01 0.36 0.49 58.72 0.22 0.42
Hex 82 81 53 0 1 24 31 3B 16 2A
Octal 202 201 123 0 1 44 61 73 26 52
Binary 10000010 10000001 1010011 0 1 100100 110001 111011 10110 101010

Color Harmonies of #828153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828153

Black with #828153

Text Example


Text Example

White with #828153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828153; }

 p { color: rgb(130,129,83); }

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

background-color css

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

 a { background-color: rgb(130,129,83); }

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

border-color css

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

 span { border-color: rgb(130,129,83); }

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