Html Css Color HEX #C2761F Ochre

📋 copy color: '#C2761F'

red 194 ◦ green 118 ◦ blue 31

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

Shades of Ochre #C2761F

Tints of Ochre #C2761F

RGB

 RED value IS 194 (76.17% from 255) = 56.56%

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 56.56%
G = 34.4%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2761F (or 0xC2761F) is known color: Ochre. HEX triplet: C2, 76 and 1F. RGB value is (194,118,31). Sum of RGB (Red+Green+Blue) = 194+118+31=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2761F is #3D89E0. Grayscale: #838383. Windows color (decimal): -4032993 or 2062018. OLE color: 2062018.

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

Color convert

RGB 194 118 31 -
CMYK 0 0.39 0.84 0.24
HSL 32.02º 0.72% 0.44% -
HSV(B) 32.02º 0.84% 0.76% -
XYZ 28.97 24.53 4.5 -
YUV 130.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 194 118 31 0 0.39 0.84 0.24 32.02 0.72 0.44
Hex C2 76 1F 0 27 54 18 20 48 2C
Octal 302 166 37 0 47 124 30 40 110 54
Binary 11000010 1110110 11111 0 100111 1010100 11000 100000 1001000 101100

Color Harmonies of #C2761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2761F

Black with #C2761F

Text Example


Text Example

White with #C2761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2761F; }

 p { color: rgb(194,118,31); }

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

background-color css

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

 a { background-color: rgb(194,118,31); }

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

border-color css

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

 span { border-color: rgb(194,118,31); }

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