Html Css Color HEX #C27A19 Ochre

📋 copy color: '#C27A19'

red 194 ◦ green 122 ◦ blue 25

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

Shades of Ochre #C27A19

Tints of Ochre #C27A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 56.89%
G = 35.78%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C27A19 (or 0xC27A19) is known color: Ochre. HEX triplet: C2, 7A and 19. RGB value is (194,122,25). Sum of RGB (Red+Green+Blue) = 194+122+25=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A19 is #3D85E6. Grayscale: #848484. Windows color (decimal): -4031975 or 1669826. OLE color: 1669826.

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

Color convert

RGB 194 122 25 -
CMYK 0 0.37 0.87 0.24
HSL 34.44º 0.77% 0.43% -
HSV(B) 34.44º 0.87% 0.76% -
XYZ 29.38 25.46 4.29 -
YUV 132.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 194 122 25 0 0.37 0.87 0.24 34.44 0.77 0.43
Hex C2 7A 19 0 25 57 18 22 4D 2B
Octal 302 172 31 0 45 127 30 42 115 53
Binary 11000010 1111010 11001 0 100101 1010111 11000 100010 1001101 101011

Color Harmonies of #C27A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A19

Black with #C27A19

Text Example


Text Example

White with #C27A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A19; }

 p { color: rgb(194,122,25); }

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

background-color css

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

 a { background-color: rgb(194,122,25); }

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

border-color css

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

 span { border-color: rgb(194,122,25); }

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