Html Css Color HEX #CB833B Peru

📋 copy color: '#CB833B'

red 203 ◦ green 131 ◦ blue 59

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

Shades of Peru #CB833B

Tints of Peru #CB833B

RGB

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

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

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

R = 51.65%
G = 33.33%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB833B (or 0xCB833B) is known color: Peru. HEX triplet: CB, 83 and 3B. RGB value is (203,131,59). Sum of RGB (Red+Green+Blue) = 203+131+59=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB833B is #347CC4. Grayscale: #909090. Windows color (decimal): -3439813 or 3900363. OLE color: 3900363.

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

Color convert

RGB 203 131 59 -
CMYK 0 0.35 0.71 0.20
HSL 30º 0.58% 0.51% -
HSV(B) 30º 0.71% 0.8% -
XYZ 33.53 29.24 8.02 -
YUV 144.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 203 131 59 0 0.35 0.71 0.20 30 0.58 0.51
Hex CB 83 3B 0 23 47 14 1E 3A 33
Octal 313 203 73 0 43 107 24 36 72 63
Binary 11001011 10000011 111011 0 100011 1000111 10100 11110 111010 110011

Color Harmonies of #CB833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB833B

Black with #CB833B

Text Example


Text Example

White with #CB833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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