Html Css Color HEX #CA873D Peru

📋 copy color: '#CA873D'

red 202 ◦ green 135 ◦ blue 61

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

Shades of Peru #CA873D

Tints of Peru #CA873D

RGB

 RED value IS 202 (79.3% from 255) = 50.75%

 GREEN value IS 135 (53.13% from 255) = 33.92%

 BLUE value IS 61 (24.22% from 255) = 15.33%

R = 50.75%
G = 33.92%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA873D (or 0xCA873D) is known color: Peru. HEX triplet: CA, 87 and 3D. RGB value is (202,135,61). Sum of RGB (Red+Green+Blue) = 202+135+61=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA873D is #3578C2. Grayscale: #929292. Windows color (decimal): -3504323 or 4032458. OLE color: 4032458.

HSL color Cylindrical-coordinate representation of color #CA873D: hue angle of 31.49º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA873D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 61 -
CMYK 0 0.33 0.70 0.21
HSL 31.49º 0.57% 0.52% -
HSV(B) 31.49º 0.7% 0.79% -
XYZ 33.86 30.22 8.46 -
YUV 146.6 79.7 167.52 -
System Red Green Blue C M Y K H S L
Decimal 202 135 61 0 0.33 0.70 0.21 31.49 0.57 0.52
Hex CA 87 3D 0 21 46 15 1F 39 34
Octal 312 207 75 0 41 106 25 37 71 64
Binary 11001010 10000111 111101 0 100001 1000110 10101 11111 111001 110100

Color Harmonies of #CA873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA873D

Black with #CA873D

Text Example


Text Example

White with #CA873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA873D; }

 p { color: rgb(202,135,61); }

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

background-color css

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

 a { background-color: rgb(202,135,61); }

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

border-color css

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

 span { border-color: rgb(202,135,61); }

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