Html Css Color HEX #C47C1E Ochre

📋 copy color: '#C47C1E'

red 196 ◦ green 124 ◦ blue 30

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

Shades of Ochre #C47C1E

Tints of Ochre #C47C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 56%
G = 35.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C47C1E (or 0xC47C1E) is known color: Ochre. HEX triplet: C4, 7C and 1E. RGB value is (196,124,30). Sum of RGB (Red+Green+Blue) = 196+124+30=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C1E is #3B83E1. Grayscale: #878787. Windows color (decimal): -3900386 or 1998020. OLE color: 1998020.

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

Color convert

RGB 196 124 30 -
CMYK 0 0.37 0.85 0.23
HSL 33.98º 0.73% 0.44% -
HSV(B) 33.98º 0.85% 0.77% -
XYZ 30.21 26.24 4.7 -
YUV 134.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 196 124 30 0 0.37 0.85 0.23 33.98 0.73 0.44
Hex C4 7C 1E 0 25 55 17 22 49 2C
Octal 304 174 36 0 45 125 27 42 111 54
Binary 11000100 1111100 11110 0 100101 1010101 10111 100010 1001001 101100

Color Harmonies of #C47C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C1E

Black with #C47C1E

Text Example


Text Example

White with #C47C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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