Html Css Color HEX #CF773F Raw Sienna

📋 copy color: '#CF773F'

red 207 ◦ green 119 ◦ blue 63

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

Shades of Raw Sienna #CF773F

Tints of Raw Sienna #CF773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

 BLUE value IS 63 (25% from 255) = 16.2%

R = 53.21%
G = 30.59%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF773F (or 0xCF773F) is known color: Raw Sienna. HEX triplet: CF, 77 and 3F. RGB value is (207,119,63). Sum of RGB (Red+Green+Blue) = 207+119+63=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF773F is #3088C0. Grayscale: #8B8B8B. Windows color (decimal): -3180737 or 4159439. OLE color: 4159439.

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

Color convert

RGB 207 119 63 -
CMYK 0 0.43 0.70 0.19
HSL 23.33º 0.6% 0.53% -
HSV(B) 23.33º 0.7% 0.81% -
XYZ 33.23 26.82 8.13 -
YUV 138.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 207 119 63 0 0.43 0.70 0.19 23.33 0.6 0.53
Hex CF 77 3F 0 2B 46 13 17 3C 35
Octal 317 167 77 0 53 106 23 27 74 65
Binary 11001111 1110111 111111 0 101011 1000110 10011 10111 111100 110101

Color Harmonies of #CF773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF773F

Black with #CF773F

Text Example


Text Example

White with #CF773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF773F; }

 p { color: rgb(207,119,63); }

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

background-color css

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

 a { background-color: rgb(207,119,63); }

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

border-color css

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

 span { border-color: rgb(207,119,63); }

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