Html Css Color HEX #834130 Peanut

📋 copy color: '#834130'

red 131 ◦ green 65 ◦ blue 48

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

Shades of Peanut #834130

Tints of Peanut #834130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 53.69%
G = 26.64%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#834130 (or 0x834130) is known color: Peanut. HEX triplet: 83, 41 and 30. RGB value is (131,65,48). Sum of RGB (Red+Green+Blue) = 131+65+48=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #834130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834130 is #7CBECF. Grayscale: #525252. Windows color (decimal): -8175312 or 3162499. OLE color: 3162499.

HSL color Cylindrical-coordinate representation of color #834130: hue angle of 12.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834130 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 48 -
CMYK 0 0.50 0.63 0.49
HSL 12.29º 0.46% 0.35% -
HSV(B) 12.29º 0.63% 0.51% -
XYZ 11.78 8.82 3.88 -
YUV 82.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 131 65 48 0 0.50 0.63 0.49 12.29 0.46 0.35
Hex 83 41 30 0 32 3F 31 C 2E 23
Octal 203 101 60 0 62 77 61 14 56 43
Binary 10000011 1000001 110000 0 110010 111111 110001 1100 101110 100011

Color Harmonies of #834130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834130

Black with #834130

Text Example


Text Example

White with #834130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834130; }

 p { color: rgb(131,65,48); }

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

background-color css

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

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

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

border-color css

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

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

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