Html Css Color HEX #CF814A Raw Sienna

📋 copy color: '#CF814A'

red 207 ◦ green 129 ◦ blue 74

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

Shades of Raw Sienna #CF814A

Tints of Raw Sienna #CF814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

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

R = 50.49%
G = 31.46%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF814A (or 0xCF814A) is known color: Raw Sienna. HEX triplet: CF, 81 and 4A. RGB value is (207,129,74). Sum of RGB (Red+Green+Blue) = 207+129+74=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF814A is #307EB5. Grayscale: #929292. Windows color (decimal): -3178166 or 4882895. OLE color: 4882895.

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

Color convert

RGB 207 129 74 -
CMYK 0 0.38 0.64 0.19
HSL 24.81º 0.58% 0.55% -
HSV(B) 24.81º 0.64% 0.81% -
XYZ 34.82 29.46 10.33 -
YUV 146.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 207 129 74 0 0.38 0.64 0.19 24.81 0.58 0.55
Hex CF 81 4A 0 26 40 13 19 3A 37
Octal 317 201 112 0 46 100 23 31 72 67
Binary 11001111 10000001 1001010 0 100110 1000000 10011 11001 111010 110111

Color Harmonies of #CF814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF814A

Black with #CF814A

Text Example


Text Example

White with #CF814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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