Html Css Color HEX #CB833F Peru

📋 copy color: '#CB833F'

red 203 ◦ green 131 ◦ blue 63

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

Shades of Peru #CB833F

Tints of Peru #CB833F

RGB

 RED value IS 203 (79.69% from 255) = 51.13%

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

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

R = 51.13%
G = 33%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB833F (or 0xCB833F) is known color: Peru. HEX triplet: CB, 83 and 3F. RGB value is (203,131,63). Sum of RGB (Red+Green+Blue) = 203+131+63=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB833F is #347CC0. Grayscale: #919191. Windows color (decimal): -3439809 or 4162507. OLE color: 4162507.

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

Color convert

RGB 203 131 63 -
CMYK 0 0.35 0.69 0.20
HSL 29.14º 0.57% 0.52% -
HSV(B) 29.14º 0.69% 0.8% -
XYZ 33.64 29.29 8.58 -
YUV 144.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 203 131 63 0 0.35 0.69 0.20 29.14 0.57 0.52
Hex CB 83 3F 0 23 45 14 1D 39 34
Octal 313 203 77 0 43 105 24 35 71 64
Binary 11001011 10000011 111111 0 100011 1000101 10100 11101 111001 110100

Color Harmonies of #CB833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB833F

Black with #CB833F

Text Example


Text Example

White with #CB833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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