Html Css Color HEX #CF833D Peru

📋 copy color: '#CF833D'

red 207 ◦ green 131 ◦ blue 61

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

Shades of Peru #CF833D

Tints of Peru #CF833D

RGB

 RED value IS 207 (81.25% from 255) = 51.88%

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

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

R = 51.88%
G = 32.83%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF833D (or 0xCF833D) is known color: Peru. HEX triplet: CF, 83 and 3D. RGB value is (207,131,61). Sum of RGB (Red+Green+Blue) = 207+131+61=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF833D is #307CC2. Grayscale: #929292. Windows color (decimal): -3177667 or 4031439. OLE color: 4031439.

HSL color Cylindrical-coordinate representation of color #CF833D: hue angle of 28.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF833D is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 61 -
CMYK 0 0.37 0.71 0.19
HSL 28.77º 0.6% 0.53% -
HSV(B) 28.77º 0.71% 0.81% -
XYZ 34.69 29.83 8.35 -
YUV 145.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 207 131 61 0 0.37 0.71 0.19 28.77 0.6 0.53
Hex CF 83 3D 0 25 47 13 1D 3C 35
Octal 317 203 75 0 45 107 23 35 74 65
Binary 11001111 10000011 111101 0 100101 1000111 10011 11101 111100 110101

Color Harmonies of #CF833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF833D

Black with #CF833D

Text Example


Text Example

White with #CF833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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