Html Css Color HEX #CF844A Raw Sienna

📋 copy color: '#CF844A'

red 207 ◦ green 132 ◦ blue 74

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

Shades of Raw Sienna #CF844A

Tints of Raw Sienna #CF844A

RGB

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

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

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

R = 50.12%
G = 31.96%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF844A (or 0xCF844A) is known color: Raw Sienna. HEX triplet: CF, 84 and 4A. RGB value is (207,132,74). Sum of RGB (Red+Green+Blue) = 207+132+74=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF844A is #307BB5. Grayscale: #949494. Windows color (decimal): -3177398 or 4883663. OLE color: 4883663.

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

Color convert

RGB 207 132 74 -
CMYK 0 0.36 0.64 0.19
HSL 26.17º 0.58% 0.55% -
HSV(B) 26.17º 0.64% 0.81% -
XYZ 35.22 30.26 10.46 -
YUV 147.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 207 132 74 0 0.36 0.64 0.19 26.17 0.58 0.55
Hex CF 84 4A 0 24 40 13 1A 3A 37
Octal 317 204 112 0 44 100 23 32 72 67
Binary 11001111 10000100 1001010 0 100100 1000000 10011 11010 111010 110111

Color Harmonies of #CF844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF844A

Black with #CF844A

Text Example


Text Example

White with #CF844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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