#C47A23

Color #C47A23 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C47A23

Tints of Ochre #C47A23

Color information

#C47A23 (or 0xC47A23) is unknown color: approx Ochre. HEX triplet: C4, 7A and 23. RGB value is (196,122,35). Sum of RGB (Red+Green+Blue) = 196+122+35=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A23 is #3B85DC. Grayscale: #868686. Windows color (decimal): -3900893 or 2325188. OLE color: 2325188.

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

Color convert

RGB19612235-
CMYK00.380.820.23
HSL32.42º69.7%45.29%-
HSV(B)32.42º82.14%76.86%-
XYZ30.0325.784.98-
YUV134.2172.02172.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.52%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 35 (14.06% from 255) = 9.92%
R=55.52%
G=34.56%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961223500.380.820.2332.4269.745.29
HexC47A23026521720462d
Octal30417243046122274010655
Binary11000100111101010001101001101010010101111000001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A23; }

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

 H1.HeaderClassName
 {
   color: #C47A23;
 }
 .AnyTagClassName
 {
   color: #C47A23;
 }
</style>
background-color css

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

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

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

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

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

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