Html Css Color HEX #CF804B Raw Sienna

📋 copy color: '#CF804B'

red 207 ◦ green 128 ◦ blue 75

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

Shades of Raw Sienna #CF804B

Tints of Raw Sienna #CF804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 50.49%
G = 31.22%
B = 18.29%

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

#CF804B (or 0xCF804B) is known color: Raw Sienna. HEX triplet: CF, 80 and 4B. RGB value is (207,128,75). Sum of RGB (Red+Green+Blue) = 207+128+75=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF804B is #307FB4. Grayscale: #919191. Windows color (decimal): -3178421 or 4948175. OLE color: 4948175.

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

Color convert

RGB 207 128 75 -
CMYK 0 0.38 0.64 0.19
HSL 24.09º 0.58% 0.55% -
HSV(B) 24.09º 0.64% 0.81% -
XYZ 34.72 29.21 10.47 -
YUV 145.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 207 128 75 0 0.38 0.64 0.19 24.09 0.58 0.55
Hex CF 80 4B 0 26 40 13 18 3A 37
Octal 317 200 113 0 46 100 23 30 72 67
Binary 11001111 10000000 1001011 0 100110 1000000 10011 11000 111010 110111

Color Harmonies of #CF804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF804B

Black with #CF804B

Text Example


Text Example

White with #CF804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF804B; }

 p { color: rgb(207,128,75); }

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

background-color css

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

 a { background-color: rgb(207,128,75); }

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

border-color css

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

 span { border-color: rgb(207,128,75); }

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