Html Css Color HEX #827E45 Kokoda

📋 copy color: '#827E45'

red 130 ◦ green 126 ◦ blue 69

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

Shades of Kokoda #827E45

Tints of Kokoda #827E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 40%
G = 38.77%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#827E45 (or 0x827E45) is known color: Kokoda. HEX triplet: 82, 7E and 45. RGB value is (130,126,69). Sum of RGB (Red+Green+Blue) = 130+126+69=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #827E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E45 is #7D81BA. Grayscale: #787878. Windows color (decimal): -8225211 or 4554370. OLE color: 4554370.

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

Color convert

RGB 130 126 69 -
CMYK 0 0.03 0.47 0.49
HSL 56.07º 0.31% 0.39% -
HSV(B) 56.07º 0.47% 0.51% -
XYZ 17.74 20.1 8.57 -
YUV 120.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 130 126 69 0 0.03 0.47 0.49 56.07 0.31 0.39
Hex 82 7E 45 0 3 2F 31 38 1F 27
Octal 202 176 105 0 3 57 61 70 37 47
Binary 10000010 1111110 1000101 0 11 101111 110001 111000 11111 100111

Color Harmonies of #827E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E45

Black with #827E45

Text Example


Text Example

White with #827E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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