Html Css Color HEX #CF7B3C Raw Sienna

📋 copy color: '#CF7B3C'

red 207 ◦ green 123 ◦ blue 60

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

Shades of Raw Sienna #CF7B3C

Tints of Raw Sienna #CF7B3C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.54%

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 53.08%
G = 31.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF7B3C (or 0xCF7B3C) is known color: Raw Sienna. HEX triplet: CF, 7B and 3C. RGB value is (207,123,60). Sum of RGB (Red+Green+Blue) = 207+123+60=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B3C is #3084C3. Grayscale: #8D8D8D. Windows color (decimal): -3179716 or 3963855. OLE color: 3963855.

HSL color Cylindrical-coordinate representation of color #CF7B3C: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF7B3C is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 60 -
CMYK 0 0.41 0.71 0.19
HSL 25.71º 0.6% 0.52% -
HSV(B) 25.71º 0.71% 0.81% -
XYZ 33.63 27.76 7.86 -
YUV 140.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 207 123 60 0 0.41 0.71 0.19 25.71 0.6 0.52
Hex CF 7B 3C 0 29 47 13 1A 3C 34
Octal 317 173 74 0 51 107 23 32 74 64
Binary 11001111 1111011 111100 0 101001 1000111 10011 11010 111100 110100

Color Harmonies of #CF7B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B3C

Black with #CF7B3C

Text Example


Text Example

White with #CF7B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B3C; }

 p { color: rgb(207,123,60); }

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

background-color css

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

 a { background-color: rgb(207,123,60); }

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

border-color css

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

 span { border-color: rgb(207,123,60); }

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