Html Css Color HEX #CF833A Peru

📋 copy color: '#CF833A'

red 207 ◦ green 131 ◦ blue 58

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

Shades of Peru #CF833A

Tints of Peru #CF833A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 52.27%
G = 33.08%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF833A (or 0xCF833A) is known color: Peru. HEX triplet: CF, 83 and 3A. RGB value is (207,131,58). Sum of RGB (Red+Green+Blue) = 207+131+58=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF833A is #307CC5. Grayscale: #919191. Windows color (decimal): -3177670 or 3834831. OLE color: 3834831.

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

Color convert

RGB 207 131 58 -
CMYK 0 0.37 0.72 0.19
HSL 29.4º 0.61% 0.52% -
HSV(B) 29.4º 0.72% 0.81% -
XYZ 34.61 29.8 7.93 -
YUV 145.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 207 131 58 0 0.37 0.72 0.19 29.4 0.61 0.52
Hex CF 83 3A 0 25 48 13 1D 3D 34
Octal 317 203 72 0 45 110 23 35 75 64
Binary 11001111 10000011 111010 0 100101 1001000 10011 11101 111101 110100

Color Harmonies of #CF833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF833A

Black with #CF833A

Text Example


Text Example

White with #CF833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF833A; }

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

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

background-color css

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

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

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

border-color css

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

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

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