#CF841E

Color #CF841E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CF841E

Tints of Ochre #CF841E

Color information

#CF841E (or 0xCF841E) is unknown color: approx Ochre. HEX triplet: CF, 84 and 1E. RGB value is (207,132,30). Sum of RGB (Red+Green+Blue) = 207+132+30=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF841E is #307BE1. Grayscale: #8F8F8F. Windows color (decimal): -3177442 or 2000079. OLE color: 2000079.

HSL color Cylindrical-coordinate representation of color #CF841E: hue angle of 34.58º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF841E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20713230-
CMYK00.360.860.19
HSL34.58º74.68%46.47%-
HSV(B)34.58º85.51%81.18%-
XYZ34.2229.865.19-
YUV142.864.35173.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 30 (12.11% from 255) = 8.13%
R=56.10%
G=35.77%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071323000.360.860.1934.5874.6846.47
HexCF841E0245613234b2e
Octal31720436044126234311356
Binary11001111100001001111001001001010110100111000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF841E; }

 p { color: rgb(207,132,30); }

 H1.HeaderClassName
 {
   color: #CF841E;
 }
 .AnyTagClassName
 {
   color: #CF841E;
 }
</style>
background-color css

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

 a { background-color: rgb(207,132,30); }

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

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

 span { border-color: rgb(207,132,30); }

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