Html Css Color HEX #CF774B Raw Sienna

📋 copy color: '#CF774B'

red 207 ◦ green 119 ◦ blue 75

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

Shades of Raw Sienna #CF774B

Tints of Raw Sienna #CF774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 51.62%
G = 29.68%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF774B (or 0xCF774B) is known color: Raw Sienna. HEX triplet: CF, 77 and 4B. RGB value is (207,119,75). Sum of RGB (Red+Green+Blue) = 207+119+75=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF774B is #3088B4. Grayscale: #8C8C8C. Windows color (decimal): -3180725 or 4945871. OLE color: 4945871.

HSL color Cylindrical-coordinate representation of color #CF774B: hue angle of 20º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF774B is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 75 -
CMYK 0 0.43 0.64 0.19
HSL 20º 0.58% 0.55% -
HSV(B) 20º 0.64% 0.81% -
XYZ 33.6 26.97 10.09 -
YUV 140.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 207 119 75 0 0.43 0.64 0.19 20 0.58 0.55
Hex CF 77 4B 0 2B 40 13 14 3A 37
Octal 317 167 113 0 53 100 23 24 72 67
Binary 11001111 1110111 1001011 0 101011 1000000 10011 10100 111010 110111

Color Harmonies of #CF774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF774B

Black with #CF774B

Text Example


Text Example

White with #CF774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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