Html Css Color HEX #C1791F Ochre

📋 copy color: '#C1791F'

red 193 ◦ green 121 ◦ blue 31

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

Shades of Ochre #C1791F

Tints of Ochre #C1791F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

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

R = 55.94%
G = 35.07%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1791F (or 0xC1791F) is known color: Ochre. HEX triplet: C1, 79 and 1F. RGB value is (193,121,31). Sum of RGB (Red+Green+Blue) = 193+121+31=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C1791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1791F is #3E86E0. Grayscale: #848484. Windows color (decimal): -4097761 or 2062785. OLE color: 2062785.

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

Color convert

RGB 193 121 31 -
CMYK 0 0.37 0.84 0.24
HSL 33.33º 0.72% 0.44% -
HSV(B) 33.33º 0.84% 0.76% -
XYZ 29.08 25.11 4.61 -
YUV 132.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 193 121 31 0 0.37 0.84 0.24 33.33 0.72 0.44
Hex C1 79 1F 0 25 54 18 21 48 2C
Octal 301 171 37 0 45 124 30 41 110 54
Binary 11000001 1111001 11111 0 100101 1010100 11000 100001 1001000 101100

Color Harmonies of #C1791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1791F

Black with #C1791F

Text Example


Text Example

White with #C1791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1791F; }

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

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

background-color css

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

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

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

border-color css

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

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

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