Html Css Color HEX #C47A1C Ochre

📋 copy color: '#C47A1C'

red 196 ◦ green 122 ◦ blue 28

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

Shades of Ochre #C47A1C

Tints of Ochre #C47A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 56.65%
G = 35.26%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C47A1C (or 0xC47A1C) is known color: Ochre. HEX triplet: C4, 7A and 1C. RGB value is (196,122,28). Sum of RGB (Red+Green+Blue) = 196+122+28=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A1C is #3B85E3. Grayscale: #858585. Windows color (decimal): -3900900 or 1866436. OLE color: 1866436.

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

Color convert

RGB 196 122 28 -
CMYK 0 0.38 0.86 0.23
HSL 33.57º 0.75% 0.44% -
HSV(B) 33.57º 0.86% 0.77% -
XYZ 29.93 25.74 4.49 -
YUV 133.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 196 122 28 0 0.38 0.86 0.23 33.57 0.75 0.44
Hex C4 7A 1C 0 26 56 17 22 4B 2C
Octal 304 172 34 0 46 126 27 42 113 54
Binary 11000100 1111010 11100 0 100110 1010110 10111 100010 1001011 101100

Color Harmonies of #C47A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A1C

Black with #C47A1C

Text Example


Text Example

White with #C47A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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