Html Css Color HEX #84824F Kokoda

📋 copy color: '#84824F'

red 132 ◦ green 130 ◦ blue 79

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

Shades of Kokoda #84824F

Tints of Kokoda #84824F

RGB

 RED value IS 132 (51.95% from 255) = 38.71%

 GREEN value IS 130 (51.17% from 255) = 38.12%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 38.71%
G = 38.12%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84824F (or 0x84824F) is known color: Kokoda. HEX triplet: 84, 82 and 4F. RGB value is (132,130,79). Sum of RGB (Red+Green+Blue) = 132+130+79=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84824F is #7B7DB0. Grayscale: #7C7C7C. Windows color (decimal): -8093105 or 5210756. OLE color: 5210756.

HSL color Cylindrical-coordinate representation of color #84824F: hue angle of 57.74º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84824F is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 79 -
CMYK 0 0.02 0.40 0.48
HSL 57.74º 0.25% 0.41% -
HSV(B) 57.74º 0.4% 0.52% -
XYZ 18.91 21.44 10.54 -
YUV 124.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 132 130 79 0 0.02 0.40 0.48 57.74 0.25 0.41
Hex 84 82 4F 0 2 28 30 3A 19 29
Octal 204 202 117 0 2 50 60 72 31 51
Binary 10000100 10000010 1001111 0 10 101000 110000 111010 11001 101001

Color Harmonies of #84824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84824F

Black with #84824F

Text Example


Text Example

White with #84824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84824F; }

 p { color: rgb(132,130,79); }

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

background-color css

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

 a { background-color: rgb(132,130,79); }

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

border-color css

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

 span { border-color: rgb(132,130,79); }

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