Html Css Color HEX #C27C1F Ochre

📋 copy color: '#C27C1F'

red 194 ◦ green 124 ◦ blue 31

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

Shades of Ochre #C27C1F

Tints of Ochre #C27C1F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

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

R = 55.59%
G = 35.53%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C27C1F (or 0xC27C1F) is known color: Ochre. HEX triplet: C2, 7C and 1F. RGB value is (194,124,31). Sum of RGB (Red+Green+Blue) = 194+124+31=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C1F is #3D83E0. Grayscale: #868686. Windows color (decimal): -4031457 or 2063554. OLE color: 2063554.

HSL color Cylindrical-coordinate representation of color #C27C1F: hue angle of 34.23º 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 #C27C1F is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 31 -
CMYK 0 0.36 0.84 0.24
HSL 34.23º 0.72% 0.44% -
HSV(B) 34.23º 0.84% 0.76% -
XYZ 29.7 25.98 4.75 -
YUV 134.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 194 124 31 0 0.36 0.84 0.24 34.23 0.72 0.44
Hex C2 7C 1F 0 24 54 18 22 48 2C
Octal 302 174 37 0 44 124 30 42 110 54
Binary 11000010 1111100 11111 0 100100 1010100 11000 100010 1001000 101100

Color Harmonies of #C27C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C1F

Black with #C27C1F

Text Example


Text Example

White with #C27C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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