Html Css Color HEX #C0771A Ochre

📋 copy color: '#C0771A'

red 192 ◦ green 119 ◦ blue 26

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

Shades of Ochre #C0771A

Tints of Ochre #C0771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.31%

 BLUE value IS 26 (10.55% from 255) = 7.72%

R = 56.97%
G = 35.31%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0771A (or 0xC0771A) is known color: Ochre. HEX triplet: C0, 77 and 1A. RGB value is (192,119,26). Sum of RGB (Red+Green+Blue) = 192+119+26=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0771A is #3F88E5. Grayscale: #828282. Windows color (decimal): -4163814 or 1734592. OLE color: 1734592.

HSL color Cylindrical-coordinate representation of color #C0771A: hue angle of 33.61º degrees, saturation: 0.76, 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 #C0771A is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 26 -
CMYK 0 0.38 0.86 0.25
HSL 33.61º 0.76% 0.43% -
HSV(B) 33.61º 0.86% 0.75% -
XYZ 28.52 24.47 4.2 -
YUV 130.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 192 119 26 0 0.38 0.86 0.25 33.61 0.76 0.43
Hex C0 77 1A 0 26 56 19 22 4C 2B
Octal 300 167 32 0 46 126 31 42 114 53
Binary 11000000 1110111 11010 0 100110 1010110 11001 100010 1001100 101011

Color Harmonies of #C0771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0771A

Black with #C0771A

Text Example


Text Example

White with #C0771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0771A; }

 p { color: rgb(192,119,26); }

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

background-color css

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

 a { background-color: rgb(192,119,26); }

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

border-color css

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

 span { border-color: rgb(192,119,26); }

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