Html Css Color HEX #827B51 Kokoda

📋 copy color: '#827B51'

red 130 ◦ green 123 ◦ blue 81

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

Shades of Kokoda #827B51

Tints of Kokoda #827B51

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 38.92%
G = 36.83%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#827B51 (or 0x827B51) is known color: Kokoda. HEX triplet: 82, 7B and 51. RGB value is (130,123,81). Sum of RGB (Red+Green+Blue) = 130+123+81=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B51 is #7D84AE. Grayscale: #787878. Windows color (decimal): -8225967 or 5340034. OLE color: 5340034.

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

Color convert

RGB 130 123 81 -
CMYK 0 0.05 0.38 0.49
HSL 51.43º 0.23% 0.41% -
HSV(B) 51.43º 0.38% 0.51% -
XYZ 17.77 19.51 10.61 -
YUV 120.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 130 123 81 0 0.05 0.38 0.49 51.43 0.23 0.41
Hex 82 7B 51 0 5 26 31 33 17 29
Octal 202 173 121 0 5 46 61 63 27 51
Binary 10000010 1111011 1010001 0 101 100110 110001 110011 10111 101001

Color Harmonies of #827B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B51

Black with #827B51

Text Example


Text Example

White with #827B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,81); }

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

background-color css

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

 a { background-color: rgb(130,123,81); }

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

border-color css

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

 span { border-color: rgb(130,123,81); }

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