Html Css Color HEX #784335 Peanut

📋 copy color: '#784335'

red 120 ◦ green 67 ◦ blue 53

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

Shades of Peanut #784335

Tints of Peanut #784335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

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

R = 50%
G = 27.92%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#784335 (or 0x784335) is known color: Peanut. HEX triplet: 78, 43 and 35. RGB value is (120,67,53). Sum of RGB (Red+Green+Blue) = 120+67+53=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #784335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784335 is #87BCCA. Grayscale: #515151. Windows color (decimal): -8895691 or 3490680. OLE color: 3490680.

HSL color Cylindrical-coordinate representation of color #784335: hue angle of 12.54º 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 #784335 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 67 53 -
CMYK 0 0.44 0.56 0.53
HSL 12.54º 0.39% 0.34% -
HSV(B) 12.54º 0.56% 0.47% -
XYZ 10.4 8.26 4.42 -
YUV 81.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 120 67 53 0 0.44 0.56 0.53 12.54 0.39 0.34
Hex 78 43 35 0 2C 38 35 D 27 22
Octal 170 103 65 0 54 70 65 15 47 42
Binary 1111000 1000011 110101 0 101100 111000 110101 1101 100111 100010

Color Harmonies of #784335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784335

Black with #784335

Text Example


Text Example

White with #784335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784335; }

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

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

background-color css

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

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

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

border-color css

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

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

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