Html Css Color HEX #827E52 Kokoda

📋 copy color: '#827E52'

red 130 ◦ green 126 ◦ blue 82

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

Shades of Kokoda #827E52

Tints of Kokoda #827E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 38.46%
G = 37.28%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#827E52 (or 0x827E52) is known color: Kokoda. HEX triplet: 82, 7E and 52. RGB value is (130,126,82). Sum of RGB (Red+Green+Blue) = 130+126+82=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E52 is #7D81AD. Grayscale: #7A7A7A. Windows color (decimal): -8225198 or 5406338. OLE color: 5406338.

HSL color Cylindrical-coordinate representation of color #827E52: hue angle of 55º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #827E52 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 82 -
CMYK 0 0.03 0.37 0.49
HSL 55º 0.23% 0.42% -
HSV(B) 55º 0.37% 0.51% -
XYZ 18.19 20.28 10.94 -
YUV 122.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 130 126 82 0 0.03 0.37 0.49 55 0.23 0.42
Hex 82 7E 52 0 3 25 31 37 17 2A
Octal 202 176 122 0 3 45 61 67 27 52
Binary 10000010 1111110 1010010 0 11 100101 110001 110111 10111 101010

Color Harmonies of #827E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E52

Black with #827E52

Text Example


Text Example

White with #827E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E52; }

 p { color: rgb(130,126,82); }

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

background-color css

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

 a { background-color: rgb(130,126,82); }

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

border-color css

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

 span { border-color: rgb(130,126,82); }

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