Html Css Color HEX #828148 Kokoda

📋 copy color: '#828148'

red 130 ◦ green 129 ◦ blue 72

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

Shades of Kokoda #828148

Tints of Kokoda #828148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 39.27%
G = 38.97%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#828148 (or 0x828148) is known color: Kokoda. HEX triplet: 82, 81 and 48. RGB value is (130,129,72). Sum of RGB (Red+Green+Blue) = 130+129+72=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #828148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828148 is #7D7EB7. Grayscale: #7B7B7B. Windows color (decimal): -8224440 or 4751746. OLE color: 4751746.

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

Color convert

RGB 130 129 72 -
CMYK 0 0.01 0.45 0.49
HSL 58.97º 0.29% 0.4% -
HSV(B) 58.97º 0.45% 0.51% -
XYZ 18.23 20.91 9.21 -
YUV 122.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 130 129 72 0 0.01 0.45 0.49 58.97 0.29 0.4
Hex 82 81 48 0 1 2D 31 3B 1D 28
Octal 202 201 110 0 1 55 61 73 35 50
Binary 10000010 10000001 1001000 0 1 101101 110001 111011 11101 101000

Color Harmonies of #828148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828148

Black with #828148

Text Example


Text Example

White with #828148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828148; }

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

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

background-color css

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

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

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

border-color css

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

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

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