Html Css Color HEX #CF8353 Raw Sienna

📋 copy color: '#CF8353'

red 207 ◦ green 131 ◦ blue 83

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

Shades of Raw Sienna #CF8353

Tints of Raw Sienna #CF8353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.71%

R = 49.17%
G = 31.12%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8353 (or 0xCF8353) is known color: Raw Sienna. HEX triplet: CF, 83 and 53. RGB value is (207,131,83). Sum of RGB (Red+Green+Blue) = 207+131+83=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8353 is #307CAC. Grayscale: #949494. Windows color (decimal): -3177645 or 5473231. OLE color: 5473231.

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

Color convert

RGB 207 131 83 -
CMYK 0 0.37 0.60 0.19
HSL 23.23º 0.56% 0.57% -
HSV(B) 23.23º 0.6% 0.81% -
XYZ 35.41 30.12 12.13 -
YUV 148.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 207 131 83 0 0.37 0.60 0.19 23.23 0.56 0.57
Hex CF 83 53 0 25 3C 13 17 38 39
Octal 317 203 123 0 45 74 23 27 70 71
Binary 11001111 10000011 1010011 0 100101 111100 10011 10111 111000 111001

Color Harmonies of #CF8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8353

Black with #CF8353

Text Example


Text Example

White with #CF8353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8353; }

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

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

background-color css

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

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

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

border-color css

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

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

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