Html Css Color HEX #CF7F4B Raw Sienna

📋 copy color: '#CF7F4B'

red 207 ◦ green 127 ◦ blue 75

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

Shades of Raw Sienna #CF7F4B

Tints of Raw Sienna #CF7F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

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

R = 50.61%
G = 31.05%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF7F4B (or 0xCF7F4B) is known color: Raw Sienna. HEX triplet: CF, 7F and 4B. RGB value is (207,127,75). Sum of RGB (Red+Green+Blue) = 207+127+75=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F4B is #3080B4. Grayscale: #919191. Windows color (decimal): -3178677 or 4947919. OLE color: 4947919.

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

Color convert

RGB 207 127 75 -
CMYK 0 0.39 0.64 0.19
HSL 23.64º 0.58% 0.55% -
HSV(B) 23.64º 0.64% 0.81% -
XYZ 34.59 28.95 10.42 -
YUV 144.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 207 127 75 0 0.39 0.64 0.19 23.64 0.58 0.55
Hex CF 7F 4B 0 27 40 13 18 3A 37
Octal 317 177 113 0 47 100 23 30 72 67
Binary 11001111 1111111 1001011 0 100111 1000000 10011 11000 111010 110111

Color Harmonies of #CF7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F4B

Black with #CF7F4B

Text Example


Text Example

White with #CF7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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