Html Css Color HEX #C47A1F Ochre

📋 copy color: '#C47A1F'

red 196 ◦ green 122 ◦ blue 31

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

Shades of Ochre #C47A1F

Tints of Ochre #C47A1F

RGB

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

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

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

R = 56.16%
G = 34.96%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C47A1F (or 0xC47A1F) is known color: Ochre. HEX triplet: C4, 7A and 1F. RGB value is (196,122,31). Sum of RGB (Red+Green+Blue) = 196+122+31=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A1F is #3B85E0. Grayscale: #868686. Windows color (decimal): -3900897 or 2063044. OLE color: 2063044.

HSL color Cylindrical-coordinate representation of color #C47A1F: hue angle of 33.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C47A1F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 31 -
CMYK 0 0.38 0.84 0.23
HSL 33.09º 0.73% 0.45% -
HSV(B) 33.09º 0.84% 0.77% -
XYZ 29.97 25.75 4.69 -
YUV 133.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 196 122 31 0 0.38 0.84 0.23 33.09 0.73 0.45
Hex C4 7A 1F 0 26 54 17 21 49 2D
Octal 304 172 37 0 46 124 27 41 111 55
Binary 11000100 1111010 11111 0 100110 1010100 10111 100001 1001001 101101

Color Harmonies of #C47A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A1F

Black with #C47A1F

Text Example


Text Example

White with #C47A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A1F; }

 p { color: rgb(196,122,31); }

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

background-color css

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

 a { background-color: rgb(196,122,31); }

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

border-color css

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

 span { border-color: rgb(196,122,31); }

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