Html Css Color HEX #7B4230 Peanut

📋 copy color: '#7B4230'

red 123 ◦ green 66 ◦ blue 48

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

Shades of Peanut #7B4230

Tints of Peanut #7B4230

RGB

 RED value IS 123 (48.44% from 255) = 51.9%

 GREEN value IS 66 (26.17% from 255) = 27.85%

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

R = 51.9%
G = 27.85%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B4230 (or 0x7B4230) is known color: Peanut. HEX triplet: 7B, 42 and 30. RGB value is (123,66,48). Sum of RGB (Red+Green+Blue) = 123+66+48=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4230 is #84BDCF. Grayscale: #515151. Windows color (decimal): -8699344 or 3162747. OLE color: 3162747.

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

Color convert

RGB 123 66 48 -
CMYK 0 0.46 0.61 0.52
HSL 14.4º 0.44% 0.34% -
HSV(B) 14.4º 0.61% 0.48% -
XYZ 10.65 8.32 3.84 -
YUV 80.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 123 66 48 0 0.46 0.61 0.52 14.4 0.44 0.34
Hex 7B 42 30 0 2E 3D 34 E 2C 22
Octal 173 102 60 0 56 75 64 16 54 42
Binary 1111011 1000010 110000 0 101110 111101 110100 1110 101100 100010

Color Harmonies of #7B4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4230

Black with #7B4230

Text Example


Text Example

White with #7B4230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,66,48); }

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

background-color css

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

 a { background-color: rgb(123,66,48); }

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

border-color css

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

 span { border-color: rgb(123,66,48); }

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