Html Css Color HEX #CF824F Raw Sienna

📋 copy color: '#CF824F'

red 207 ◦ green 130 ◦ blue 79

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

Shades of Raw Sienna #CF824F

Tints of Raw Sienna #CF824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 49.76%
G = 31.25%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF824F (or 0xCF824F) is known color: Raw Sienna. HEX triplet: CF, 82 and 4F. RGB value is (207,130,79). Sum of RGB (Red+Green+Blue) = 207+130+79=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF824F is #307DB0. Grayscale: #939393. Windows color (decimal): -3177905 or 5210831. OLE color: 5210831.

HSL color Cylindrical-coordinate representation of color #CF824F: hue angle of 23.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF824F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 79 -
CMYK 0 0.37 0.62 0.19
HSL 23.91º 0.57% 0.56% -
HSV(B) 23.91º 0.62% 0.81% -
XYZ 35.13 29.8 11.3 -
YUV 147.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 207 130 79 0 0.37 0.62 0.19 23.91 0.57 0.56
Hex CF 82 4F 0 25 3E 13 18 39 38
Octal 317 202 117 0 45 76 23 30 71 70
Binary 11001111 10000010 1001111 0 100101 111110 10011 11000 111001 111000

Color Harmonies of #CF824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF824F

Black with #CF824F

Text Example


Text Example

White with #CF824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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