Html Css Color HEX #C07513 Ochre

📋 copy color: '#C07513'

red 192 ◦ green 117 ◦ blue 19

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

Shades of Ochre #C07513

Tints of Ochre #C07513

RGB

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

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

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

R = 58.54%
G = 35.67%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07513 (or 0xC07513) is known color: Ochre. HEX triplet: C0, 75 and 13. RGB value is (192,117,19). Sum of RGB (Red+Green+Blue) = 192+117+19=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C07513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07513 is #3F8AEC. Grayscale: #808080. Windows color (decimal): -4164333 or 1275328. OLE color: 1275328.

HSL color Cylindrical-coordinate representation of color #C07513: hue angle of 33.99º 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 #C07513 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 19 -
CMYK 0 0.39 0.90 0.25
HSL 33.99º 0.82% 0.41% -
HSV(B) 33.99º 0.9% 0.75% -
XYZ 28.22 23.98 3.76 -
YUV 128.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 192 117 19 0 0.39 0.90 0.25 33.99 0.82 0.41
Hex C0 75 13 0 27 5A 19 22 52 29
Octal 300 165 23 0 47 132 31 42 122 51
Binary 11000000 1110101 10011 0 100111 1011010 11001 100010 1010010 101001

Color Harmonies of #C07513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07513

Black with #C07513

Text Example


Text Example

White with #C07513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07513; }

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

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

background-color css

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

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

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

border-color css

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

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

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