Html Css Color HEX #CF8750 Raw Sienna

📋 copy color: '#CF8750'

red 207 ◦ green 135 ◦ blue 80

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

Shades of Raw Sienna #CF8750

Tints of Raw Sienna #CF8750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.99%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 49.05%
G = 31.99%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF8750 (or 0xCF8750) is known color: Raw Sienna. HEX triplet: CF, 87 and 50. RGB value is (207,135,80). Sum of RGB (Red+Green+Blue) = 207+135+80=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8750 is #3078AF. Grayscale: #969696. Windows color (decimal): -3176624 or 5277647. OLE color: 5277647.

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

Color convert

RGB 207 135 80 -
CMYK 0 0.35 0.61 0.19
HSL 25.98º 0.57% 0.56% -
HSV(B) 25.98º 0.61% 0.81% -
XYZ 35.84 31.17 11.72 -
YUV 150.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 207 135 80 0 0.35 0.61 0.19 25.98 0.57 0.56
Hex CF 87 50 0 23 3D 13 1A 39 38
Octal 317 207 120 0 43 75 23 32 71 70
Binary 11001111 10000111 1010000 0 100011 111101 10011 11010 111001 111000

Color Harmonies of #CF8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8750

Black with #CF8750

Text Example


Text Example

White with #CF8750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8750; }

 p { color: rgb(207,135,80); }

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

background-color css

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

 a { background-color: rgb(207,135,80); }

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

border-color css

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

 span { border-color: rgb(207,135,80); }

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