Html Css Color HEX #CB833D Peru

📋 copy color: '#CB833D'

red 203 ◦ green 131 ◦ blue 61

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

Shades of Peru #CB833D

Tints of Peru #CB833D

RGB

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

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

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

R = 51.39%
G = 33.16%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB833D (or 0xCB833D) is known color: Peru. HEX triplet: CB, 83 and 3D. RGB value is (203,131,61). Sum of RGB (Red+Green+Blue) = 203+131+61=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB833D is #347CC2. Grayscale: #909090. Windows color (decimal): -3439811 or 4031435. OLE color: 4031435.

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

Color convert

RGB 203 131 61 -
CMYK 0 0.35 0.70 0.20
HSL 29.58º 0.58% 0.52% -
HSV(B) 29.58º 0.7% 0.8% -
XYZ 33.59 29.27 8.29 -
YUV 144.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 203 131 61 0 0.35 0.70 0.20 29.58 0.58 0.52
Hex CB 83 3D 0 23 46 14 1E 3A 34
Octal 313 203 75 0 43 106 24 36 72 64
Binary 11001011 10000011 111101 0 100011 1000110 10100 11110 111010 110100

Color Harmonies of #CB833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB833D

Black with #CB833D

Text Example


Text Example

White with #CB833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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