Html Css Color HEX #C27710 Ochre

📋 copy color: '#C27710'

red 194 ◦ green 119 ◦ blue 16

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

Shades of Ochre #C27710

Tints of Ochre #C27710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

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

R = 58.97%
G = 36.17%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C27710 (or 0xC27710) is known color: Ochre. HEX triplet: C2, 77 and 10. RGB value is (194,119,16). Sum of RGB (Red+Green+Blue) = 194+119+16=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C27710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27710 is #3D88EF. Grayscale: #828282. Windows color (decimal): -4032752 or 1079234. OLE color: 1079234.

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

Color convert

RGB 194 119 16 -
CMYK 0 0.39 0.92 0.24
HSL 34.72º 0.85% 0.41% -
HSV(B) 34.72º 0.92% 0.76% -
XYZ 28.94 24.7 3.73 -
YUV 129.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 194 119 16 0 0.39 0.92 0.24 34.72 0.85 0.41
Hex C2 77 10 0 27 5C 18 23 55 29
Octal 302 167 20 0 47 134 30 43 125 51
Binary 11000010 1110111 10000 0 100111 1011100 11000 100011 1010101 101001

Color Harmonies of #C27710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27710

Black with #C27710

Text Example


Text Example

White with #C27710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27710; }

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

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

background-color css

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

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

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

border-color css

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

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

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