Html Css Color HEX #C47C1A Ochre

📋 copy color: '#C47C1A'

red 196 ◦ green 124 ◦ blue 26

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

Shades of Ochre #C47C1A

Tints of Ochre #C47C1A

RGB

 RED value IS 196 (76.95% from 255) = 56.65%

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

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

R = 56.65%
G = 35.84%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C47C1A (or 0xC47C1A) is known color: Ochre. HEX triplet: C4, 7C and 1A. RGB value is (196,124,26). Sum of RGB (Red+Green+Blue) = 196+124+26=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C1A is #3B83E5. Grayscale: #868686. Windows color (decimal): -3900390 or 1735876. OLE color: 1735876.

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

Color convert

RGB 196 124 26 -
CMYK 0 0.37 0.87 0.23
HSL 34.59º 0.77% 0.44% -
HSV(B) 34.59º 0.87% 0.77% -
XYZ 30.16 26.23 4.45 -
YUV 134.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 196 124 26 0 0.37 0.87 0.23 34.59 0.77 0.44
Hex C4 7C 1A 0 25 57 17 23 4D 2C
Octal 304 174 32 0 45 127 27 43 115 54
Binary 11000100 1111100 11010 0 100101 1010111 10111 100011 1001101 101100

Color Harmonies of #C47C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C1A

Black with #C47C1A

Text Example


Text Example

White with #C47C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C1A; }

 p { color: rgb(196,124,26); }

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

background-color css

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

 a { background-color: rgb(196,124,26); }

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

border-color css

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

 span { border-color: rgb(196,124,26); }

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