Html Css Color HEX #C07514 Ochre

📋 copy color: '#C07514'

red 192 ◦ green 117 ◦ blue 20

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

Shades of Ochre #C07514

Tints of Ochre #C07514

RGB

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

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

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

R = 58.36%
G = 35.56%
B = 6.08%

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

#C07514 (or 0xC07514) is known color: Ochre. HEX triplet: C0, 75 and 14. RGB value is (192,117,20). Sum of RGB (Red+Green+Blue) = 192+117+20=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07514 is #3F8AEB. Grayscale: #808080. Windows color (decimal): -4164332 or 1340864. OLE color: 1340864.

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

Color convert

RGB 192 117 20 -
CMYK 0 0.39 0.90 0.25
HSL 33.84º 0.81% 0.42% -
HSV(B) 33.84º 0.9% 0.75% -
XYZ 28.23 23.98 3.8 -
YUV 128.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 192 117 20 0 0.39 0.90 0.25 33.84 0.81 0.42
Hex C0 75 14 0 27 5A 19 22 51 2A
Octal 300 165 24 0 47 132 31 42 121 52
Binary 11000000 1110101 10100 0 100111 1011010 11001 100010 1010001 101010

Color Harmonies of #C07514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07514

Black with #C07514

Text Example


Text Example

White with #C07514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07514; }

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

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

background-color css

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

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

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

border-color css

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

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

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