Html Css Color HEX #C1741F Ochre

📋 copy color: '#C1741F'

red 193 ◦ green 116 ◦ blue 31

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

Shades of Ochre #C1741F

Tints of Ochre #C1741F

RGB

 RED value IS 193 (75.78% from 255) = 56.76%

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 56.76%
G = 34.12%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1741F (or 0xC1741F) is known color: Ochre. HEX triplet: C1, 74 and 1F. RGB value is (193,116,31). Sum of RGB (Red+Green+Blue) = 193+116+31=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1741F is #3E8BE0. Grayscale: #818181. Windows color (decimal): -4099041 or 2061505. OLE color: 2061505.

HSL color Cylindrical-coordinate representation of color #C1741F: hue angle of 31.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1741F is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 116 31 -
CMYK 0 0.40 0.84 0.24
HSL 31.48º 0.72% 0.44% -
HSV(B) 31.48º 0.84% 0.76% -
XYZ 28.49 23.93 4.41 -
YUV 129.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 193 116 31 0 0.40 0.84 0.24 31.48 0.72 0.44
Hex C1 74 1F 0 28 54 18 1F 48 2C
Octal 301 164 37 0 50 124 30 37 110 54
Binary 11000001 1110100 11111 0 101000 1010100 11000 11111 1001000 101100

Color Harmonies of #C1741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1741F

Black with #C1741F

Text Example


Text Example

White with #C1741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1741F; }

 p { color: rgb(193,116,31); }

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

background-color css

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

 a { background-color: rgb(193,116,31); }

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

border-color css

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

 span { border-color: rgb(193,116,31); }

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