Html Css Color HEX #C27D1F Ochre

📋 copy color: '#C27D1F'

red 194 ◦ green 125 ◦ blue 31

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

Shades of Ochre #C27D1F

Tints of Ochre #C27D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

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

R = 55.43%
G = 35.71%
B = 8.86%

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

#C27D1F (or 0xC27D1F) is known color: Ochre. HEX triplet: C2, 7D and 1F. RGB value is (194,125,31). Sum of RGB (Red+Green+Blue) = 194+125+31=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D1F is #3D82E0. Grayscale: #878787. Windows color (decimal): -4031201 or 2063810. OLE color: 2063810.

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

Color convert

RGB 194 125 31 -
CMYK 0 0.36 0.84 0.24
HSL 34.6º 0.72% 0.44% -
HSV(B) 34.6º 0.84% 0.76% -
XYZ 29.83 26.24 4.79 -
YUV 134.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 194 125 31 0 0.36 0.84 0.24 34.6 0.72 0.44
Hex C2 7D 1F 0 24 54 18 23 48 2C
Octal 302 175 37 0 44 124 30 43 110 54
Binary 11000010 1111101 11111 0 100100 1010100 11000 100011 1001000 101100

Color Harmonies of #C27D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D1F

Black with #C27D1F

Text Example


Text Example

White with #C27D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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