Html Css Color HEX #C27310 Ochre

📋 copy color: '#C27310'

red 194 ◦ green 115 ◦ blue 16

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

Shades of Ochre #C27310

Tints of Ochre #C27310

RGB

 RED value IS 194 (76.17% from 255) = 59.69%

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

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

R = 59.69%
G = 35.38%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C27310 (or 0xC27310) is known color: Ochre. HEX triplet: C2, 73 and 10. RGB value is (194,115,16). Sum of RGB (Red+Green+Blue) = 194+115+16=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C27310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27310 is #3D8CEF. Grayscale: #7F7F7F. Windows color (decimal): -4033776 or 1078210. OLE color: 1078210.

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

Color convert

RGB 194 115 16 -
CMYK 0 0.41 0.92 0.24
HSL 33.37º 0.85% 0.41% -
HSV(B) 33.37º 0.92% 0.76% -
XYZ 28.47 23.77 3.58 -
YUV 127.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 194 115 16 0 0.41 0.92 0.24 33.37 0.85 0.41
Hex C2 73 10 0 29 5C 18 21 55 29
Octal 302 163 20 0 51 134 30 41 125 51
Binary 11000010 1110011 10000 0 101001 1011100 11000 100001 1010101 101001

Color Harmonies of #C27310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27310

Black with #C27310

Text Example


Text Example

White with #C27310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27310; }

 p { color: rgb(194,115,16); }

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

background-color css

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

 a { background-color: rgb(194,115,16); }

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

border-color css

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

 span { border-color: rgb(194,115,16); }

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