Html Css Color HEX #C27214 Ochre

📋 copy color: '#C27214'

red 194 ◦ green 114 ◦ blue 20

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

Shades of Ochre #C27214

Tints of Ochre #C27214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 59.15%
G = 34.76%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C27214 (or 0xC27214) is known color: Ochre. HEX triplet: C2, 72 and 14. RGB value is (194,114,20). Sum of RGB (Red+Green+Blue) = 194+114+20=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27214 is #3D8DEB. Grayscale: #7F7F7F. Windows color (decimal): -4034028 or 1340098. OLE color: 1340098.

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

Color convert

RGB 194 114 20 -
CMYK 0 0.41 0.90 0.24
HSL 32.41º 0.81% 0.42% -
HSV(B) 32.41º 0.9% 0.76% -
XYZ 28.39 23.55 3.71 -
YUV 127.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 194 114 20 0 0.41 0.90 0.24 32.41 0.81 0.42
Hex C2 72 14 0 29 5A 18 20 51 2A
Octal 302 162 24 0 51 132 30 40 121 52
Binary 11000010 1110010 10100 0 101001 1011010 11000 100000 1010001 101010

Color Harmonies of #C27214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27214

Black with #C27214

Text Example


Text Example

White with #C27214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27214; }

 p { color: rgb(194,114,20); }

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

background-color css

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

 a { background-color: rgb(194,114,20); }

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

border-color css

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

 span { border-color: rgb(194,114,20); }

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