Html Css Color HEX #CE873D Peru

📋 copy color: '#CE873D'

red 206 ◦ green 135 ◦ blue 61

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

Shades of Peru #CE873D

Tints of Peru #CE873D

RGB

 RED value IS 206 (80.86% from 255) = 51.24%

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

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

R = 51.24%
G = 33.58%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE873D (or 0xCE873D) is known color: Peru. HEX triplet: CE, 87 and 3D. RGB value is (206,135,61). Sum of RGB (Red+Green+Blue) = 206+135+61=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE873D is #3178C2. Grayscale: #949494. Windows color (decimal): -3242179 or 4032462. OLE color: 4032462.

HSL color Cylindrical-coordinate representation of color #CE873D: hue angle of 30.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE873D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 61 -
CMYK 0 0.34 0.70 0.19
HSL 30.62º 0.6% 0.52% -
HSV(B) 30.62º 0.7% 0.81% -
XYZ 34.96 30.79 8.51 -
YUV 147.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 206 135 61 0 0.34 0.70 0.19 30.62 0.6 0.52
Hex CE 87 3D 0 22 46 13 1F 3C 34
Octal 316 207 75 0 42 106 23 37 74 64
Binary 11001110 10000111 111101 0 100010 1000110 10011 11111 111100 110100

Color Harmonies of #CE873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE873D

Black with #CE873D

Text Example


Text Example

White with #CE873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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