Html Css Color HEX #C38645 Peru

📋 copy color: '#C38645'

red 195 ◦ green 134 ◦ blue 69

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

Shades of Peru #C38645

Tints of Peru #C38645

RGB

 RED value IS 195 (76.56% from 255) = 48.99%

 GREEN value IS 134 (52.73% from 255) = 33.67%

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 48.99%
G = 33.67%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38645 (or 0xC38645) is known color: Peru. HEX triplet: C3, 86 and 45. RGB value is (195,134,69). Sum of RGB (Red+Green+Blue) = 195+134+69=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C38645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38645 is #3C79BA. Grayscale: #919191. Windows color (decimal): -3963323 or 4556483. OLE color: 4556483.

HSL color Cylindrical-coordinate representation of color #C38645: hue angle of 30.95º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C38645 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 69 -
CMYK 0 0.31 0.65 0.24
HSL 30.95º 0.51% 0.52% -
HSV(B) 30.95º 0.65% 0.76% -
XYZ 32.1 29.08 9.55 -
YUV 144.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 195 134 69 0 0.31 0.65 0.24 30.95 0.51 0.52
Hex C3 86 45 0 1F 41 18 1F 33 34
Octal 303 206 105 0 37 101 30 37 63 64
Binary 11000011 10000110 1000101 0 11111 1000001 11000 11111 110011 110100

Color Harmonies of #C38645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38645

Black with #C38645

Text Example


Text Example

White with #C38645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38645; }

 p { color: rgb(195,134,69); }

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

background-color css

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

 a { background-color: rgb(195,134,69); }

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

border-color css

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

 span { border-color: rgb(195,134,69); }

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