Html Css Color HEX #C0741B Ochre

📋 copy color: '#C0741B'

red 192 ◦ green 116 ◦ blue 27

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

Shades of Ochre #C0741B

Tints of Ochre #C0741B

RGB

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

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

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

R = 57.31%
G = 34.63%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0741B (or 0xC0741B) is known color: Ochre. HEX triplet: C0, 74 and 1B. RGB value is (192,116,27). Sum of RGB (Red+Green+Blue) = 192+116+27=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0741B is #3F8BE4. Grayscale: #818181. Windows color (decimal): -4164581 or 1799360. OLE color: 1799360.

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

Color convert

RGB 192 116 27 -
CMYK 0 0.40 0.86 0.25
HSL 32.36º 0.75% 0.43% -
HSV(B) 32.36º 0.86% 0.75% -
XYZ 28.18 23.78 4.14 -
YUV 128.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 192 116 27 0 0.40 0.86 0.25 32.36 0.75 0.43
Hex C0 74 1B 0 28 56 19 20 4B 2B
Octal 300 164 33 0 50 126 31 40 113 53
Binary 11000000 1110100 11011 0 101000 1010110 11001 100000 1001011 101011

Color Harmonies of #C0741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0741B

Black with #C0741B

Text Example


Text Example

White with #C0741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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