Html Css Color HEX #C07510 Ochre

📋 copy color: '#C07510'

red 192 ◦ green 117 ◦ blue 16

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

Shades of Ochre #C07510

Tints of Ochre #C07510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 59.08%
G = 36%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C07510 (or 0xC07510) is known color: Ochre. HEX triplet: C0, 75 and 10. RGB value is (192,117,16). Sum of RGB (Red+Green+Blue) = 192+117+16=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C07510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07510 is #3F8AEF. Grayscale: #808080. Windows color (decimal): -4164336 or 1078720. OLE color: 1078720.

HSL color Cylindrical-coordinate representation of color #C07510: hue angle of 34.43º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C07510 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 16 -
CMYK 0 0.39 0.92 0.25
HSL 34.43º 0.85% 0.41% -
HSV(B) 34.43º 0.92% 0.75% -
XYZ 28.19 23.97 3.63 -
YUV 127.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 192 117 16 0 0.39 0.92 0.25 34.43 0.85 0.41
Hex C0 75 10 0 27 5C 19 22 55 29
Octal 300 165 20 0 47 134 31 42 125 51
Binary 11000000 1110101 10000 0 100111 1011100 11001 100010 1010101 101001

Color Harmonies of #C07510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07510

Black with #C07510

Text Example


Text Example

White with #C07510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07510; }

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

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

background-color css

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

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

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

border-color css

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

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

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