Html Css Color HEX #C1781D Ochre

📋 copy color: '#C1781D'

red 193 ◦ green 120 ◦ blue 29

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

Shades of Ochre #C1781D

Tints of Ochre #C1781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 56.43%
G = 35.09%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1781D (or 0xC1781D) is known color: Ochre. HEX triplet: C1, 78 and 1D. RGB value is (193,120,29). Sum of RGB (Red+Green+Blue) = 193+120+29=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1781D is #3E87E2. Grayscale: #838383. Windows color (decimal): -4098019 or 1931457. OLE color: 1931457.

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

Color convert

RGB 193 120 29 -
CMYK 0 0.38 0.85 0.24
HSL 33.29º 0.74% 0.44% -
HSV(B) 33.29º 0.85% 0.76% -
XYZ 28.93 24.86 4.44 -
YUV 131.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 193 120 29 0 0.38 0.85 0.24 33.29 0.74 0.44
Hex C1 78 1D 0 26 55 18 21 4A 2C
Octal 301 170 35 0 46 125 30 41 112 54
Binary 11000001 1111000 11101 0 100110 1010101 11000 100001 1001010 101100

Color Harmonies of #C1781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1781D

Black with #C1781D

Text Example


Text Example

White with #C1781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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