Html Css Color HEX #C2771B Ochre

📋 copy color: '#C2771B'

red 194 ◦ green 119 ◦ blue 27

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

Shades of Ochre #C2771B

Tints of Ochre #C2771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 57.06%
G = 35%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2771B (or 0xC2771B) is known color: Ochre. HEX triplet: C2, 77 and 1B. RGB value is (194,119,27). Sum of RGB (Red+Green+Blue) = 194+119+27=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2771B is #3D88E4. Grayscale: #838383. Windows color (decimal): -4032741 or 1800130. OLE color: 1800130.

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

Color convert

RGB 194 119 27 -
CMYK 0 0.39 0.86 0.24
HSL 33.05º 0.76% 0.43% -
HSV(B) 33.05º 0.86% 0.76% -
XYZ 29.04 24.74 4.28 -
YUV 130.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 194 119 27 0 0.39 0.86 0.24 33.05 0.76 0.43
Hex C2 77 1B 0 27 56 18 21 4C 2B
Octal 302 167 33 0 47 126 30 41 114 53
Binary 11000010 1110111 11011 0 100111 1010110 11000 100001 1001100 101011

Color Harmonies of #C2771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2771B

Black with #C2771B

Text Example


Text Example

White with #C2771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2771B; }

 p { color: rgb(194,119,27); }

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

background-color css

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

 a { background-color: rgb(194,119,27); }

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

border-color css

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

 span { border-color: rgb(194,119,27); }

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