Html Css Color HEX #CF8449 Raw Sienna

📋 copy color: '#CF8449'

red 207 ◦ green 132 ◦ blue 73

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

Shades of Raw Sienna #CF8449

Tints of Raw Sienna #CF8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

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

R = 50.24%
G = 32.04%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8449 (or 0xCF8449) is known color: Raw Sienna. HEX triplet: CF, 84 and 49. RGB value is (207,132,73). Sum of RGB (Red+Green+Blue) = 207+132+73=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8449 is #307BB6. Grayscale: #949494. Windows color (decimal): -3177399 or 4818127. OLE color: 4818127.

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

Color convert

RGB 207 132 73 -
CMYK 0 0.36 0.65 0.19
HSL 26.42º 0.58% 0.55% -
HSV(B) 26.42º 0.65% 0.81% -
XYZ 35.19 30.25 10.29 -
YUV 147.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 207 132 73 0 0.36 0.65 0.19 26.42 0.58 0.55
Hex CF 84 49 0 24 41 13 1A 3A 37
Octal 317 204 111 0 44 101 23 32 72 67
Binary 11001111 10000100 1001001 0 100100 1000001 10011 11010 111010 110111

Color Harmonies of #CF8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8449

Black with #CF8449

Text Example


Text Example

White with #CF8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8449; }

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

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

background-color css

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

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

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

border-color css

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

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

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