Html Css Color HEX #C07613 Ochre

📋 copy color: '#C07613'

red 192 ◦ green 118 ◦ blue 19

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

Shades of Ochre #C07613

Tints of Ochre #C07613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 58.36%
G = 35.87%
B = 5.78%

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

#C07613 (or 0xC07613) is known color: Ochre. HEX triplet: C0, 76 and 13. RGB value is (192,118,19). Sum of RGB (Red+Green+Blue) = 192+118+19=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07613 is #3F89EC. Grayscale: #818181. Windows color (decimal): -4164077 or 1275584. OLE color: 1275584.

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

Color convert

RGB 192 118 19 -
CMYK 0 0.39 0.90 0.25
HSL 34.34º 0.82% 0.41% -
HSV(B) 34.34º 0.9% 0.75% -
XYZ 28.33 24.21 3.8 -
YUV 128.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 192 118 19 0 0.39 0.90 0.25 34.34 0.82 0.41
Hex C0 76 13 0 27 5A 19 22 52 29
Octal 300 166 23 0 47 132 31 42 122 51
Binary 11000000 1110110 10011 0 100111 1011010 11001 100010 1010010 101001

Color Harmonies of #C07613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07613

Black with #C07613

Text Example


Text Example

White with #C07613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07613; }

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

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

background-color css

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

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

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

border-color css

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

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

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