Html Css Color HEX #C47D1E Ochre

📋 copy color: '#C47D1E'

red 196 ◦ green 125 ◦ blue 30

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

Shades of Ochre #C47D1E

Tints of Ochre #C47D1E

RGB

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

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

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

R = 55.84%
G = 35.61%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C47D1E (or 0xC47D1E) is known color: Ochre. HEX triplet: C4, 7D and 1E. RGB value is (196,125,30). Sum of RGB (Red+Green+Blue) = 196+125+30=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D1E is #3B82E1. Grayscale: #878787. Windows color (decimal): -3900130 or 1998276. OLE color: 1998276.

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

Color convert

RGB 196 125 30 -
CMYK 0 0.36 0.85 0.23
HSL 34.34º 0.73% 0.44% -
HSV(B) 34.34º 0.85% 0.77% -
XYZ 30.33 26.5 4.74 -
YUV 135.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 196 125 30 0 0.36 0.85 0.23 34.34 0.73 0.44
Hex C4 7D 1E 0 24 55 17 22 49 2C
Octal 304 175 36 0 44 125 27 42 111 54
Binary 11000100 1111101 11110 0 100100 1010101 10111 100010 1001001 101100

Color Harmonies of #C47D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D1E

Black with #C47D1E

Text Example


Text Example

White with #C47D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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