Html Css Color HEX #CF8448 Raw Sienna

📋 copy color: '#CF8448'

red 207 ◦ green 132 ◦ blue 72

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

Shades of Raw Sienna #CF8448

Tints of Raw Sienna #CF8448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 50.36%
G = 32.12%
B = 17.52%

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

#CF8448 (or 0xCF8448) is known color: Raw Sienna. HEX triplet: CF, 84 and 48. RGB value is (207,132,72). Sum of RGB (Red+Green+Blue) = 207+132+72=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8448 is #307BB7. Grayscale: #939393. Windows color (decimal): -3177400 or 4752591. OLE color: 4752591.

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

Color convert

RGB 207 132 72 -
CMYK 0 0.36 0.65 0.19
HSL 26.67º 0.58% 0.55% -
HSV(B) 26.67º 0.65% 0.81% -
XYZ 35.15 30.24 10.11 -
YUV 147.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 207 132 72 0 0.36 0.65 0.19 26.67 0.58 0.55
Hex CF 84 48 0 24 41 13 1B 3A 37
Octal 317 204 110 0 44 101 23 33 72 67
Binary 11001111 10000100 1001000 0 100100 1000001 10011 11011 111010 110111

Color Harmonies of #CF8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8448

Black with #CF8448

Text Example


Text Example

White with #CF8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8448; }

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

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

background-color css

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

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

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

border-color css

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

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

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