Html Css Color HEX #C4853E Peru

📋 copy color: '#C4853E'

red 196 ◦ green 133 ◦ blue 62

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

Shades of Peru #C4853E

Tints of Peru #C4853E

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 62 (24.61% from 255) = 15.86%

R = 50.13%
G = 34.02%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4853E (or 0xC4853E) is known color: Peru. HEX triplet: C4, 85 and 3E. RGB value is (196,133,62). Sum of RGB (Red+Green+Blue) = 196+133+62=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4853E is #3B7AC1. Grayscale: #909090. Windows color (decimal): -3898050 or 4097476. OLE color: 4097476.

HSL color Cylindrical-coordinate representation of color #C4853E: hue angle of 31.79º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4853E is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 62 -
CMYK 0 0.32 0.68 0.23
HSL 31.79º 0.53% 0.51% -
HSV(B) 31.79º 0.68% 0.77% -
XYZ 32.02 28.86 8.44 -
YUV 143.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 196 133 62 0 0.32 0.68 0.23 31.79 0.53 0.51
Hex C4 85 3E 0 20 44 17 20 35 33
Octal 304 205 76 0 40 104 27 40 65 63
Binary 11000100 10000101 111110 0 100000 1000100 10111 100000 110101 110011

Color Harmonies of #C4853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4853E

Black with #C4853E

Text Example


Text Example

White with #C4853E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4853E; }

 p { color: rgb(196,133,62); }

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

background-color css

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

 a { background-color: rgb(196,133,62); }

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

border-color css

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

 span { border-color: rgb(196,133,62); }

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