Html Css Color HEX #C1781B Ochre

📋 copy color: '#C1781B'

red 193 ◦ green 120 ◦ blue 27

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

Shades of Ochre #C1781B

Tints of Ochre #C1781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 56.76%
G = 35.29%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1781B (or 0xC1781B) is known color: Ochre. HEX triplet: C1, 78 and 1B. RGB value is (193,120,27). Sum of RGB (Red+Green+Blue) = 193+120+27=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1781B is #3E87E4. Grayscale: #838383. Windows color (decimal): -4098021 or 1800385. OLE color: 1800385.

HSL color Cylindrical-coordinate representation of color #C1781B: hue angle of 33.61º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1781B is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 27 -
CMYK 0 0.38 0.86 0.24
HSL 33.61º 0.75% 0.43% -
HSV(B) 33.61º 0.86% 0.76% -
XYZ 28.91 24.85 4.31 -
YUV 131.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 193 120 27 0 0.38 0.86 0.24 33.61 0.75 0.43
Hex C1 78 1B 0 26 56 18 22 4B 2B
Octal 301 170 33 0 46 126 30 42 113 53
Binary 11000001 1111000 11011 0 100110 1010110 11000 100010 1001011 101011

Color Harmonies of #C1781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1781B

Black with #C1781B

Text Example


Text Example

White with #C1781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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