#C98318

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

Shades of Ochre #C98318

Tints of Ochre #C98318

Color information

#C98318 (or 0xC98318) is unknown color: approx Ochre. HEX triplet: C9, 83 and 18. RGB value is (201,131,24). Sum of RGB (Red+Green+Blue) = 201+131+24=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C98318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98318 is #367CE7. Grayscale: #8C8C8C. Windows color (decimal): -3570920 or 1606601. OLE color: 1606601.

HSL color Cylindrical-coordinate representation of color #C98318: hue angle of 36.27º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98318 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20113124-
CMYK00.350.880.21
HSL36.27º78.67%44.12%-
HSV(B)36.27º88.06%78.82%-
XYZ32.3728.724.7-
YUV139.7362.69171.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.46%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 24 (9.77% from 255) = 6.74%
R=56.46%
G=36.80%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011312400.350.880.2136.2778.6744.12
HexC983180235815244f2c
Octal31120330043130254411754
Binary11001001100000111100001000111011000101011001001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98318; }

 p { color: rgb(201,131,24); }

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

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

 a { background-color: rgb(201,131,24); }

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

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

 span { border-color: rgb(201,131,24); }

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