Html Css Color HEX #CB7F50 Raw Sienna

📋 copy color: '#CB7F50'

red 203 ◦ green 127 ◦ blue 80

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

Shades of Raw Sienna #CB7F50

Tints of Raw Sienna #CB7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 49.51%
G = 30.98%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB7F50 (or 0xCB7F50) is known color: Raw Sienna. HEX triplet: CB, 7F and 50. RGB value is (203,127,80). Sum of RGB (Red+Green+Blue) = 203+127+80=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F50 is #3480AF. Grayscale: #909090. Windows color (decimal): -3440816 or 5275595. OLE color: 5275595.

HSL color Cylindrical-coordinate representation of color #CB7F50: hue angle of 22.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB7F50 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 80 -
CMYK 0 0.37 0.61 0.20
HSL 22.93º 0.54% 0.55% -
HSV(B) 22.93º 0.61% 0.8% -
XYZ 33.67 28.45 11.31 -
YUV 144.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 203 127 80 0 0.37 0.61 0.20 22.93 0.54 0.55
Hex CB 7F 50 0 25 3D 14 17 36 37
Octal 313 177 120 0 45 75 24 27 66 67
Binary 11001011 1111111 1010000 0 100101 111101 10100 10111 110110 110111

Color Harmonies of #CB7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F50

Black with #CB7F50

Text Example


Text Example

White with #CB7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F50; }

 p { color: rgb(203,127,80); }

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

background-color css

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

 a { background-color: rgb(203,127,80); }

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

border-color css

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

 span { border-color: rgb(203,127,80); }

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