Html Css Color HEX #CF833B Peru

📋 copy color: '#CF833B'

red 207 ◦ green 131 ◦ blue 59

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

Shades of Peru #CF833B

Tints of Peru #CF833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.86%

R = 52.14%
G = 33%
B = 14.86%

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

#CF833B (or 0xCF833B) is known color: Peru. HEX triplet: CF, 83 and 3B. RGB value is (207,131,59). Sum of RGB (Red+Green+Blue) = 207+131+59=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF833B is #307CC4. Grayscale: #919191. Windows color (decimal): -3177669 or 3900367. OLE color: 3900367.

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

Color convert

RGB 207 131 59 -
CMYK 0 0.37 0.71 0.19
HSL 29.19º 0.61% 0.52% -
HSV(B) 29.19º 0.71% 0.81% -
XYZ 34.64 29.81 8.07 -
YUV 145.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 207 131 59 0 0.37 0.71 0.19 29.19 0.61 0.52
Hex CF 83 3B 0 25 47 13 1D 3D 34
Octal 317 203 73 0 45 107 23 35 75 64
Binary 11001111 10000011 111011 0 100101 1000111 10011 11101 111101 110100

Color Harmonies of #CF833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF833B

Black with #CF833B

Text Example


Text Example

White with #CF833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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