Html Css Color HEX #C0741F Ochre

📋 copy color: '#C0741F'

red 192 ◦ green 116 ◦ blue 31

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

Shades of Ochre #C0741F

Tints of Ochre #C0741F

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 56.64%
G = 34.22%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0741F (or 0xC0741F) is known color: Ochre. HEX triplet: C0, 74 and 1F. RGB value is (192,116,31). Sum of RGB (Red+Green+Blue) = 192+116+31=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0741F is #3F8BE0. Grayscale: #818181. Windows color (decimal): -4164577 or 2061504. OLE color: 2061504.

HSL color Cylindrical-coordinate representation of color #C0741F: hue angle of 31.68º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0741F is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 31 -
CMYK 0 0.40 0.84 0.25
HSL 31.68º 0.72% 0.44% -
HSV(B) 31.68º 0.84% 0.75% -
XYZ 28.23 23.8 4.4 -
YUV 129.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 192 116 31 0 0.40 0.84 0.25 31.68 0.72 0.44
Hex C0 74 1F 0 28 54 19 20 48 2C
Octal 300 164 37 0 50 124 31 40 110 54
Binary 11000000 1110100 11111 0 101000 1010100 11001 100000 1001000 101100

Color Harmonies of #C0741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0741F

Black with #C0741F

Text Example


Text Example

White with #C0741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0741F; }

 p { color: rgb(192,116,31); }

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

background-color css

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

 a { background-color: rgb(192,116,31); }

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

border-color css

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

 span { border-color: rgb(192,116,31); }

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