Html Css Color HEX #C0721F Ochre

📋 copy color: '#C0721F'

red 192 ◦ green 114 ◦ blue 31

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

Shades of Ochre #C0721F

Tints of Ochre #C0721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 56.97%
G = 33.83%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0721F (or 0xC0721F) is known color: Ochre. HEX triplet: C0, 72 and 1F. RGB value is (192,114,31). Sum of RGB (Red+Green+Blue) = 192+114+31=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0721F is #3F8DE0. Grayscale: #808080. Windows color (decimal): -4165089 or 2060992. OLE color: 2060992.

HSL color Cylindrical-coordinate representation of color #C0721F: hue angle of 30.93º 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 #C0721F is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 31 -
CMYK 0 0.41 0.84 0.25
HSL 30.93º 0.72% 0.44% -
HSV(B) 30.93º 0.84% 0.75% -
XYZ 28 23.34 4.33 -
YUV 127.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 192 114 31 0 0.41 0.84 0.25 30.93 0.72 0.44
Hex C0 72 1F 0 29 54 19 1F 48 2C
Octal 300 162 37 0 51 124 31 37 110 54
Binary 11000000 1110010 11111 0 101001 1010100 11001 11111 1001000 101100

Color Harmonies of #C0721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0721F

Black with #C0721F

Text Example


Text Example

White with #C0721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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