Html Css Color HEX #CF824A Raw Sienna

📋 copy color: '#CF824A'

red 207 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #CF824A

Tints of Raw Sienna #CF824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18%

R = 50.36%
G = 31.63%
B = 18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF824A (or 0xCF824A) is known color: Raw Sienna. HEX triplet: CF, 82 and 4A. RGB value is (207,130,74). Sum of RGB (Red+Green+Blue) = 207+130+74=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF824A is #307DB5. Grayscale: #929292. Windows color (decimal): -3177910 or 4883151. OLE color: 4883151.

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

Color convert

RGB 207 130 74 -
CMYK 0 0.37 0.64 0.19
HSL 25.26º 0.58% 0.55% -
HSV(B) 25.26º 0.64% 0.81% -
XYZ 34.95 29.73 10.37 -
YUV 146.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 207 130 74 0 0.37 0.64 0.19 25.26 0.58 0.55
Hex CF 82 4A 0 25 40 13 19 3A 37
Octal 317 202 112 0 45 100 23 31 72 67
Binary 11001111 10000010 1001010 0 100101 1000000 10011 11001 111010 110111

Color Harmonies of #CF824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF824A

Black with #CF824A

Text Example


Text Example

White with #CF824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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