Html Css Color HEX #838448 Highball

📋 copy color: '#838448'

red 131 ◦ green 132 ◦ blue 72

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

Shades of Highball #838448

Tints of Highball #838448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 39.1%
G = 39.4%
B = 21.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#838448 (or 0x838448) is known color: Highball. HEX triplet: 83, 84 and 48. RGB value is (131,132,72). Sum of RGB (Red+Green+Blue) = 131+132+72=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #838448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838448 is #7C7BB7. Grayscale: #7D7D7D. Windows color (decimal): -8158136 or 4752515. OLE color: 4752515.

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

Color convert

RGB 131 132 72 -
CMYK 0.01 0 0.45 0.48
HSL 61º 0.29% 0.4% -
HSV(B) 61º 0.45% 0.52% -
XYZ 18.78 21.8 9.35 -
YUV 124.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 131 132 72 0.01 0 0.45 0.48 61 0.29 0.4
Hex 83 84 48 1 0 2D 30 3D 1D 28
Octal 203 204 110 1 0 55 60 75 35 50
Binary 10000011 10000100 1001000 1 0 101101 110000 111101 11101 101000

Color Harmonies of #838448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838448

Black with #838448

Text Example


Text Example

White with #838448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838448; }

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

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

background-color css

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

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

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

border-color css

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

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

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