Html Css Color HEX #C47D1A Ochre

📋 copy color: '#C47D1A'

red 196 ◦ green 125 ◦ blue 26

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

Shades of Ochre #C47D1A

Tints of Ochre #C47D1A

RGB

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

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

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

R = 56.48%
G = 36.02%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C47D1A (or 0xC47D1A) is known color: Ochre. HEX triplet: C4, 7D and 1A. RGB value is (196,125,26). Sum of RGB (Red+Green+Blue) = 196+125+26=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D1A is #3B82E5. Grayscale: #878787. Windows color (decimal): -3900134 or 1736132. OLE color: 1736132.

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

Color convert

RGB 196 125 26 -
CMYK 0 0.36 0.87 0.23
HSL 34.94º 0.77% 0.44% -
HSV(B) 34.94º 0.87% 0.77% -
XYZ 30.29 26.48 4.49 -
YUV 134.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 196 125 26 0 0.36 0.87 0.23 34.94 0.77 0.44
Hex C4 7D 1A 0 24 57 17 23 4D 2C
Octal 304 175 32 0 44 127 27 43 115 54
Binary 11000100 1111101 11010 0 100100 1010111 10111 100011 1001101 101100

Color Harmonies of #C47D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D1A

Black with #C47D1A

Text Example


Text Example

White with #C47D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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