Html Css Color HEX #CD833F Peru

📋 copy color: '#CD833F'

red 205 ◦ green 131 ◦ blue 63

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

Shades of Peru #CD833F

Tints of Peru #CD833F

RGB

 RED value IS 205 (80.47% from 255) = 51.38%

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 63 (25% from 255) = 15.79%

R = 51.38%
G = 32.83%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD833F (or 0xCD833F) is known color: Peru. HEX triplet: CD, 83 and 3F. RGB value is (205,131,63). Sum of RGB (Red+Green+Blue) = 205+131+63=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD833F is #327CC0. Grayscale: #919191. Windows color (decimal): -3308737 or 4162509. OLE color: 4162509.

HSL color Cylindrical-coordinate representation of color #CD833F: hue angle of 28.73º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD833F is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 63 -
CMYK 0 0.36 0.69 0.20
HSL 28.73º 0.59% 0.53% -
HSV(B) 28.73º 0.69% 0.8% -
XYZ 34.19 29.57 8.61 -
YUV 145.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 205 131 63 0 0.36 0.69 0.20 28.73 0.59 0.53
Hex CD 83 3F 0 24 45 14 1D 3B 35
Octal 315 203 77 0 44 105 24 35 73 65
Binary 11001101 10000011 111111 0 100100 1000101 10100 11101 111011 110101

Color Harmonies of #CD833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD833F

Black with #CD833F

Text Example


Text Example

White with #CD833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD833F; }

 p { color: rgb(205,131,63); }

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

background-color css

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

 a { background-color: rgb(205,131,63); }

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

border-color css

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

 span { border-color: rgb(205,131,63); }

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