Html Css Color HEX #784135 Peanut

📋 copy color: '#784135'

red 120 ◦ green 65 ◦ blue 53

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

Shades of Peanut #784135

Tints of Peanut #784135

RGB

 RED value IS 120 (47.27% from 255) = 50.42%

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

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 50.42%
G = 27.31%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#784135 (or 0x784135) is known color: Peanut. HEX triplet: 78, 41 and 35. RGB value is (120,65,53). Sum of RGB (Red+Green+Blue) = 120+65+53=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784135 is #87BECA. Grayscale: #505050. Windows color (decimal): -8896203 or 3490168. OLE color: 3490168.

HSL color Cylindrical-coordinate representation of color #784135: hue angle of 10.75º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784135 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 65 53 -
CMYK 0 0.46 0.56 0.53
HSL 10.75º 0.39% 0.34% -
HSV(B) 10.75º 0.56% 0.47% -
XYZ 10.28 8.03 4.38 -
YUV 80.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 120 65 53 0 0.46 0.56 0.53 10.75 0.39 0.34
Hex 78 41 35 0 2E 38 35 B 27 22
Octal 170 101 65 0 56 70 65 13 47 42
Binary 1111000 1000001 110101 0 101110 111000 110101 1011 100111 100010

Color Harmonies of #784135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784135

Black with #784135

Text Example


Text Example

White with #784135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784135; }

 p { color: rgb(120,65,53); }

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

background-color css

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

 a { background-color: rgb(120,65,53); }

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

border-color css

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

 span { border-color: rgb(120,65,53); }

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