Html Css Color HEX #C1731C Ochre

📋 copy color: '#C1731C'

red 193 ◦ green 115 ◦ blue 28

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

Shades of Ochre #C1731C

Tints of Ochre #C1731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 57.44%
G = 34.23%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1731C (or 0xC1731C) is known color: Ochre. HEX triplet: C1, 73 and 1C. RGB value is (193,115,28). Sum of RGB (Red+Green+Blue) = 193+115+28=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1731C is #3E8CE3. Grayscale: #808080. Windows color (decimal): -4099300 or 1864641. OLE color: 1864641.

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

Color convert

RGB 193 115 28 -
CMYK 0 0.40 0.85 0.24
HSL 31.64º 0.75% 0.43% -
HSV(B) 31.64º 0.85% 0.76% -
XYZ 28.33 23.68 4.18 -
YUV 128.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 193 115 28 0 0.40 0.85 0.24 31.64 0.75 0.43
Hex C1 73 1C 0 28 55 18 20 4B 2B
Octal 301 163 34 0 50 125 30 40 113 53
Binary 11000001 1110011 11100 0 101000 1010101 11000 100000 1001011 101011

Color Harmonies of #C1731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1731C

Black with #C1731C

Text Example


Text Example

White with #C1731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1731C; }

 p { color: rgb(193,115,28); }

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

background-color css

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

 a { background-color: rgb(193,115,28); }

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

border-color css

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

 span { border-color: rgb(193,115,28); }

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