Html Css Color HEX #CF7317 Ochre

📋 copy color: '#CF7317'

red 207 ◦ green 115 ◦ blue 23

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

Shades of Ochre #CF7317

Tints of Ochre #CF7317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

 BLUE value IS 23 (9.38% from 255) = 6.67%

R = 60%
G = 33.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF7317 (or 0xCF7317) is known color: Ochre. HEX triplet: CF, 73 and 17. RGB value is (207,115,23). Sum of RGB (Red+Green+Blue) = 207+115+23=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7317 is #308CE8. Grayscale: #848484. Windows color (decimal): -3181801 or 1536975. OLE color: 1536975.

HSL color Cylindrical-coordinate representation of color #CF7317: hue angle of 30º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF7317 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 23 -
CMYK 0 0.44 0.89 0.19
HSL 30º 0.8% 0.45% -
HSV(B) 30º 0.89% 0.81% -
XYZ 32.02 25.59 4.06 -
YUV 132.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 207 115 23 0 0.44 0.89 0.19 30 0.8 0.45
Hex CF 73 17 0 2C 59 13 1E 50 2D
Octal 317 163 27 0 54 131 23 36 120 55
Binary 11001111 1110011 10111 0 101100 1011001 10011 11110 1010000 101101

Color Harmonies of #CF7317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7317

Black with #CF7317

Text Example


Text Example

White with #CF7317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7317; }

 p { color: rgb(207,115,23); }

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

background-color css

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

 a { background-color: rgb(207,115,23); }

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

border-color css

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

 span { border-color: rgb(207,115,23); }

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