#CF7C3E

Color #CF7C3E Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CF7C3E

Tints of Raw Sienna #CF7C3E

Color information

#CF7C3E (or 0xCF7C3E) is unknown color: approx Raw Sienna. HEX triplet: CF, 7C and 3E. RGB value is (207,124,62). Sum of RGB (Red+Green+Blue) = 207+124+62=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C3E is #3083C1. Grayscale: #8E8E8E. Windows color (decimal): -3179458 or 4095183. OLE color: 4095183.

HSL color Cylindrical-coordinate representation of color #CF7C3E: hue angle of 25.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF7C3E is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20712462-
CMYK00.400.700.19
HSL25.66º60.17%52.75%-
HSV(B)25.66º70.05%81.18%-
XYZ33.8128.038.19-
YUV141.7583174.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=52.67%
G=31.55%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071246200.400.700.1925.6660.1752.75
HexCF7C3E02846131a3c35
Octal3171747605010623327465
Binary110011111111100111110010100010001101001111010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7C3E; }

 p { color: rgb(207,124,62); }

 H1.HeaderClassName
 {
   color: #CF7C3E;
 }
 .AnyTagClassName
 {
   color: #CF7C3E;
 }
</style>
background-color css

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

 a { background-color: rgb(207,124,62); }

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

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

 span { border-color: rgb(207,124,62); }

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