Html Css Color HEX #84834C Kokoda

📋 copy color: '#84834C'

red 132 ◦ green 131 ◦ blue 76

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

Shades of Kokoda #84834C

Tints of Kokoda #84834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 38.94%
G = 38.64%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84834C (or 0x84834C) is known color: Kokoda. HEX triplet: 84, 83 and 4C. RGB value is (132,131,76). Sum of RGB (Red+Green+Blue) = 132+131+76=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84834C is #7B7CB3. Grayscale: #7D7D7D. Windows color (decimal): -8092852 or 5014404. OLE color: 5014404.

HSL color Cylindrical-coordinate representation of color #84834C: hue angle of 58.93º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84834C is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 76 -
CMYK 0 0.01 0.42 0.48
HSL 58.93º 0.27% 0.41% -
HSV(B) 58.93º 0.42% 0.52% -
XYZ 18.94 21.66 10.02 -
YUV 125.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 132 131 76 0 0.01 0.42 0.48 58.93 0.27 0.41
Hex 84 83 4C 0 1 2A 30 3B 1B 29
Octal 204 203 114 0 1 52 60 73 33 51
Binary 10000100 10000011 1001100 0 1 101010 110000 111011 11011 101001

Color Harmonies of #84834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84834C

Black with #84834C

Text Example


Text Example

White with #84834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84834C; }

 p { color: rgb(132,131,76); }

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

background-color css

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

 a { background-color: rgb(132,131,76); }

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

border-color css

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

 span { border-color: rgb(132,131,76); }

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