Html Css Color HEX #CF8249 Raw Sienna

📋 copy color: '#CF8249'

red 207 ◦ green 130 ◦ blue 73

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

Shades of Raw Sienna #CF8249

Tints of Raw Sienna #CF8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 50.49%
G = 31.71%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8249 (or 0xCF8249) is known color: Raw Sienna. HEX triplet: CF, 82 and 49. RGB value is (207,130,73). Sum of RGB (Red+Green+Blue) = 207+130+73=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8249 is #307DB6. Grayscale: #929292. Windows color (decimal): -3177911 or 4817615. OLE color: 4817615.

HSL color Cylindrical-coordinate representation of color #CF8249: hue angle of 25.52º 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 #CF8249 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 73 -
CMYK 0 0.37 0.65 0.19
HSL 25.52º 0.58% 0.55% -
HSV(B) 25.52º 0.65% 0.81% -
XYZ 34.92 29.71 10.2 -
YUV 146.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 207 130 73 0 0.37 0.65 0.19 25.52 0.58 0.55
Hex CF 82 49 0 25 41 13 1A 3A 37
Octal 317 202 111 0 45 101 23 32 72 67
Binary 11001111 10000010 1001001 0 100101 1000001 10011 11010 111010 110111

Color Harmonies of #CF8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8249

Black with #CF8249

Text Example


Text Example

White with #CF8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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