Html Css Color HEX #CF7514 Ochre

📋 copy color: '#CF7514'

red 207 ◦ green 117 ◦ blue 20

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

Shades of Ochre #CF7514

Tints of Ochre #CF7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 60.17%
G = 34.01%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7514 (or 0xCF7514) is known color: Ochre. HEX triplet: CF, 75 and 14. RGB value is (207,117,20). Sum of RGB (Red+Green+Blue) = 207+117+20=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7514 is #308AEB. Grayscale: #858585. Windows color (decimal): -3181292 or 1340879. OLE color: 1340879.

HSL color Cylindrical-coordinate representation of color #CF7514: hue angle of 31.12º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7514 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 20 -
CMYK 0 0.43 0.90 0.19
HSL 31.12º 0.82% 0.45% -
HSV(B) 31.12º 0.9% 0.81% -
XYZ 32.22 26.04 3.99 -
YUV 132.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 207 117 20 0 0.43 0.90 0.19 31.12 0.82 0.45
Hex CF 75 14 0 2B 5A 13 1F 52 2D
Octal 317 165 24 0 53 132 23 37 122 55
Binary 11001111 1110101 10100 0 101011 1011010 10011 11111 1010010 101101

Color Harmonies of #CF7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7514

Black with #CF7514

Text Example


Text Example

White with #CF7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7514; }

 p { color: rgb(207,117,20); }

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

background-color css

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

 a { background-color: rgb(207,117,20); }

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

border-color css

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

 span { border-color: rgb(207,117,20); }

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