Html Css Color HEX #C07316 Ochre

📋 copy color: '#C07316'

red 192 ◦ green 115 ◦ blue 22

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

Shades of Ochre #C07316

Tints of Ochre #C07316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 58.36%
G = 34.95%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07316 (or 0xC07316) is known color: Ochre. HEX triplet: C0, 73 and 16. RGB value is (192,115,22). Sum of RGB (Red+Green+Blue) = 192+115+22=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07316 is #3F8CE9. Grayscale: #7F7F7F. Windows color (decimal): -4164842 or 1471424. OLE color: 1471424.

HSL color Cylindrical-coordinate representation of color #C07316: hue angle of 32.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C07316 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 22 -
CMYK 0 0.40 0.89 0.25
HSL 32.82º 0.79% 0.42% -
HSV(B) 32.82º 0.89% 0.75% -
XYZ 28.01 23.53 3.82 -
YUV 127.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 192 115 22 0 0.40 0.89 0.25 32.82 0.79 0.42
Hex C0 73 16 0 28 59 19 21 4F 2A
Octal 300 163 26 0 50 131 31 41 117 52
Binary 11000000 1110011 10110 0 101000 1011001 11001 100001 1001111 101010

Color Harmonies of #C07316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07316

Black with #C07316

Text Example


Text Example

White with #C07316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07316; }

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

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

background-color css

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

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

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

border-color css

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

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

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