Html Css Color HEX #C0721D Ochre

📋 copy color: '#C0721D'

red 192 ◦ green 114 ◦ blue 29

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

Shades of Ochre #C0721D

Tints of Ochre #C0721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 57.31%
G = 34.03%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0721D (or 0xC0721D) is known color: Ochre. HEX triplet: C0, 72 and 1D. RGB value is (192,114,29). Sum of RGB (Red+Green+Blue) = 192+114+29=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0721D is #3F8DE2. Grayscale: #808080. Windows color (decimal): -4165091 or 1929920. OLE color: 1929920.

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

Color convert

RGB 192 114 29 -
CMYK 0 0.41 0.85 0.25
HSL 31.29º 0.74% 0.43% -
HSV(B) 31.29º 0.85% 0.75% -
XYZ 27.98 23.33 4.19 -
YUV 127.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 192 114 29 0 0.41 0.85 0.25 31.29 0.74 0.43
Hex C0 72 1D 0 29 55 19 1F 4A 2B
Octal 300 162 35 0 51 125 31 37 112 53
Binary 11000000 1110010 11101 0 101001 1010101 11001 11111 1001010 101011

Color Harmonies of #C0721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0721D

Black with #C0721D

Text Example


Text Example

White with #C0721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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