Html Css Color HEX #C1791D Ochre

📋 copy color: '#C1791D'

red 193 ◦ green 121 ◦ blue 29

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

Shades of Ochre #C1791D

Tints of Ochre #C1791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 56.27%
G = 35.28%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1791D (or 0xC1791D) is known color: Ochre. HEX triplet: C1, 79 and 1D. RGB value is (193,121,29). Sum of RGB (Red+Green+Blue) = 193+121+29=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1791D is #3E86E2. Grayscale: #848484. Windows color (decimal): -4097763 or 1931713. OLE color: 1931713.

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

Color convert

RGB 193 121 29 -
CMYK 0 0.37 0.85 0.24
HSL 33.66º 0.74% 0.44% -
HSV(B) 33.66º 0.85% 0.76% -
XYZ 29.05 25.1 4.48 -
YUV 132.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 193 121 29 0 0.37 0.85 0.24 33.66 0.74 0.44
Hex C1 79 1D 0 25 55 18 22 4A 2C
Octal 301 171 35 0 45 125 30 42 112 54
Binary 11000001 1111001 11101 0 100101 1010101 11000 100010 1001010 101100

Color Harmonies of #C1791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1791D

Black with #C1791D

Text Example


Text Example

White with #C1791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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