Html Css Color HEX #C0791D Ochre

📋 copy color: '#C0791D'

red 192 ◦ green 121 ◦ blue 29

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

Shades of Ochre #C0791D

Tints of Ochre #C0791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

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

R = 56.14%
G = 35.38%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0791D (or 0xC0791D) is known color: Ochre. HEX triplet: C0, 79 and 1D. RGB value is (192,121,29). Sum of RGB (Red+Green+Blue) = 192+121+29=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0791D is #3F86E2. Grayscale: #848484. Windows color (decimal): -4163299 or 1931712. OLE color: 1931712.

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

Color convert

RGB 192 121 29 -
CMYK 0 0.37 0.85 0.25
HSL 33.87º 0.74% 0.43% -
HSV(B) 33.87º 0.85% 0.75% -
XYZ 28.8 24.97 4.46 -
YUV 131.74 70.02 170.98 -
System Red Green Blue C M Y K H S L
Decimal 192 121 29 0 0.37 0.85 0.25 33.87 0.74 0.43
Hex C0 79 1D 0 25 55 19 22 4A 2B
Octal 300 171 35 0 45 125 31 42 112 53
Binary 11000000 1111001 11101 0 100101 1010101 11001 100010 1001010 101011

Color Harmonies of #C0791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0791D

Black with #C0791D

Text Example


Text Example

White with #C0791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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