Html Css Color HEX #CF7F49 Raw Sienna

📋 copy color: '#CF7F49'

red 207 ◦ green 127 ◦ blue 73

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

Shades of Raw Sienna #CF7F49

Tints of Raw Sienna #CF7F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 50.86%
G = 31.2%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF7F49 (or 0xCF7F49) is known color: Raw Sienna. HEX triplet: CF, 7F and 49. RGB value is (207,127,73). Sum of RGB (Red+Green+Blue) = 207+127+73=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F49 is #3080B6. Grayscale: #919191. Windows color (decimal): -3178679 or 4816847. OLE color: 4816847.

HSL color Cylindrical-coordinate representation of color #CF7F49: hue angle of 24.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF7F49 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 73 -
CMYK 0 0.39 0.65 0.19
HSL 24.18º 0.58% 0.55% -
HSV(B) 24.18º 0.65% 0.81% -
XYZ 34.52 28.93 10.07 -
YUV 144.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 207 127 73 0 0.39 0.65 0.19 24.18 0.58 0.55
Hex CF 7F 49 0 27 41 13 18 3A 37
Octal 317 177 111 0 47 101 23 30 72 67
Binary 11001111 1111111 1001001 0 100111 1000001 10011 11000 111010 110111

Color Harmonies of #CF7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F49

Black with #CF7F49

Text Example


Text Example

White with #CF7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F49; }

 p { color: rgb(207,127,73); }

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

background-color css

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

 a { background-color: rgb(207,127,73); }

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

border-color css

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

 span { border-color: rgb(207,127,73); }

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