Html Css Color HEX #CF8354 Raw Sienna

📋 copy color: '#CF8354'

red 207 ◦ green 131 ◦ blue 84

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

Shades of Raw Sienna #CF8354

Tints of Raw Sienna #CF8354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 84 (33.2% from 255) = 19.91%

R = 49.05%
G = 31.04%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF8354 (or 0xCF8354) is known color: Raw Sienna. HEX triplet: CF, 83 and 54. RGB value is (207,131,84). Sum of RGB (Red+Green+Blue) = 207+131+84=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8354 is #307CAB. Grayscale: #949494. Windows color (decimal): -3177644 or 5538767. OLE color: 5538767.

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

Color convert

RGB 207 131 84 -
CMYK 0 0.37 0.59 0.19
HSL 22.93º 0.56% 0.57% -
HSV(B) 22.93º 0.59% 0.81% -
XYZ 35.45 30.14 12.34 -
YUV 148.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 207 131 84 0 0.37 0.59 0.19 22.93 0.56 0.57
Hex CF 83 54 0 25 3B 13 17 38 39
Octal 317 203 124 0 45 73 23 27 70 71
Binary 11001111 10000011 1010100 0 100101 111011 10011 10111 111000 111001

Color Harmonies of #CF8354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8354

Black with #CF8354

Text Example


Text Example

White with #CF8354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8354; }

 p { color: rgb(207,131,84); }

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

background-color css

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

 a { background-color: rgb(207,131,84); }

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

border-color css

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

 span { border-color: rgb(207,131,84); }

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