Html Css Color HEX #838348 Highball

📋 copy color: '#838348'

red 131 ◦ green 131 ◦ blue 72

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

Shades of Highball #838348

Tints of Highball #838348

RGB

 RED value IS 131 (51.56% from 255) = 39.22%

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

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 39.22%
G = 39.22%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#838348 (or 0x838348) is known color: Highball. HEX triplet: 83, 83 and 48. RGB value is (131,131,72). Sum of RGB (Red+Green+Blue) = 131+131+72=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838348 is #7C7CB7. Grayscale: #7C7C7C. Windows color (decimal): -8158392 or 4752259. OLE color: 4752259.

HSL color Cylindrical-coordinate representation of color #838348: hue angle of 60º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838348 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 131 72 -
CMYK 0 0 0.45 0.49
HSL 60º 0.29% 0.4% -
HSV(B) 60º 0.45% 0.51% -
XYZ 18.65 21.53 9.3 -
YUV 124.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 131 131 72 0 0 0.45 0.49 60 0.29 0.4
Hex 83 83 48 0 0 2D 31 3C 1D 28
Octal 203 203 110 0 0 55 61 74 35 50
Binary 10000011 10000011 1001000 0 0 101101 110001 111100 11101 101000

Color Harmonies of #838348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838348

Black with #838348

Text Example


Text Example

White with #838348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838348; }

 p { color: rgb(131,131,72); }

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

background-color css

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

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

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

border-color css

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

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

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