Html Css Color HEX #838238 Highball

📋 copy color: '#838238'

red 131 ◦ green 130 ◦ blue 56

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

Shades of Highball #838238

Tints of Highball #838238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 41.32%
G = 41.01%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#838238 (or 0x838238) is known color: Highball. HEX triplet: 83, 82 and 38. RGB value is (131,130,56). Sum of RGB (Red+Green+Blue) = 131+130+56=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #838238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838238 is #7C7DC7. Grayscale: #7A7A7A. Windows color (decimal): -8158664 or 3703427. OLE color: 3703427.

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

Color convert

RGB 131 130 56 -
CMYK 0 0.01 0.57 0.49
HSL 59.2º 0.4% 0.37% -
HSV(B) 59.2º 0.57% 0.51% -
XYZ 18.06 21.08 6.86 -
YUV 121.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 131 130 56 0 0.01 0.57 0.49 59.2 0.4 0.37
Hex 83 82 38 0 1 39 31 3B 28 25
Octal 203 202 70 0 1 71 61 73 50 45
Binary 10000011 10000010 111000 0 1 111001 110001 111011 101000 100101

Color Harmonies of #838238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838238

Black with #838238

Text Example


Text Example

White with #838238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838238; }

 p { color: rgb(131,130,56); }

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

background-color css

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

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

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

border-color css

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

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

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