#7B3E2E

Color #7B3E2E Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #7B3E2E

Tints of Peanut #7B3E2E

Color information

#7B3E2E (or 0x7B3E2E) is unknown color: approx Peanut. HEX triplet: 7B, 3E and 2E. RGB value is (123,62,46). Sum of RGB (Red+Green+Blue) = 123+62+46=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3E2E is #84C1D1. Grayscale: #4E4E4E. Windows color (decimal): -8700370 or 3030651. OLE color: 3030651.

HSL color Cylindrical-coordinate representation of color #7B3E2E: hue angle of 12.47º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B3E2E is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1236246-
CMYK00.500.630.52
HSL12.47º45.56%33.14%-
HSV(B)12.47º62.6%48.24%-
XYZ10.387.853.55-
YUV78.41109.71159.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.25%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=53.25%
G=26.84%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123624600.500.630.5212.4745.5633.14
Hex7B3E2E0323F34c2e21
Octal17376560627764145641
Binary111101111111010111001100101111111101001100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3E2E; }

 p { color: rgb(123,62,46); }

 H1.HeaderClassName
 {
   color: #7B3E2E;
 }
 .AnyTagClassName
 {
   color: #7B3E2E;
 }
</style>
background-color css

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

 a { background-color: rgb(123,62,46); }

 div.DivClassName
 {
   background-color: #7B3E2E;
 }
 .BgClassName
 {
   background-color: #7B3E2E;
 }
</style>
border-color css

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

 span { border-color: rgb(123,62,46); }

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