Html Css Color HEX #CD833D Peru

📋 copy color: '#CD833D'

red 205 ◦ green 131 ◦ blue 61

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

Shades of Peru #CD833D

Tints of Peru #CD833D

RGB

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

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

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

R = 51.64%
G = 33%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD833D (or 0xCD833D) is known color: Peru. HEX triplet: CD, 83 and 3D. RGB value is (205,131,61). Sum of RGB (Red+Green+Blue) = 205+131+61=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD833D is #327CC2. Grayscale: #919191. Windows color (decimal): -3308739 or 4031437. OLE color: 4031437.

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

Color convert

RGB 205 131 61 -
CMYK 0 0.36 0.70 0.20
HSL 29.17º 0.59% 0.52% -
HSV(B) 29.17º 0.7% 0.8% -
XYZ 34.14 29.55 8.32 -
YUV 145.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 205 131 61 0 0.36 0.70 0.20 29.17 0.59 0.52
Hex CD 83 3D 0 24 46 14 1D 3B 34
Octal 315 203 75 0 44 106 24 35 73 64
Binary 11001101 10000011 111101 0 100100 1000110 10100 11101 111011 110100

Color Harmonies of #CD833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD833D

Black with #CD833D

Text Example


Text Example

White with #CD833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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