Html Css Color HEX #C07313 Ochre

📋 copy color: '#C07313'

red 192 ◦ green 115 ◦ blue 19

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

Shades of Ochre #C07313

Tints of Ochre #C07313

RGB

 RED value IS 192 (75.39% from 255) = 58.9%

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 58.9%
G = 35.28%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07313 (or 0xC07313) is known color: Ochre. HEX triplet: C0, 73 and 13. RGB value is (192,115,19). Sum of RGB (Red+Green+Blue) = 192+115+19=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C07313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07313 is #3F8CEC. Grayscale: #7F7F7F. Windows color (decimal): -4164845 or 1274816. OLE color: 1274816.

HSL color Cylindrical-coordinate representation of color #C07313: hue angle of 33.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07313 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 19 -
CMYK 0 0.40 0.90 0.25
HSL 33.29º 0.82% 0.41% -
HSV(B) 33.29º 0.9% 0.75% -
XYZ 27.99 23.51 3.68 -
YUV 127.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 192 115 19 0 0.40 0.90 0.25 33.29 0.82 0.41
Hex C0 73 13 0 28 5A 19 21 52 29
Octal 300 163 23 0 50 132 31 41 122 51
Binary 11000000 1110011 10011 0 101000 1011010 11001 100001 1010010 101001

Color Harmonies of #C07313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07313

Black with #C07313

Text Example


Text Example

White with #C07313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07313; }

 p { color: rgb(192,115,19); }

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

background-color css

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

 a { background-color: rgb(192,115,19); }

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

border-color css

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

 span { border-color: rgb(192,115,19); }

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