Html Css Color HEX #C47E1B Ochre

📋 copy color: '#C47E1B'

red 196 ◦ green 126 ◦ blue 27

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

Shades of Ochre #C47E1B

Tints of Ochre #C47E1B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.1%

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 56.16%
G = 36.1%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C47E1B (or 0xC47E1B) is known color: Ochre. HEX triplet: C4, 7E and 1B. RGB value is (196,126,27). Sum of RGB (Red+Green+Blue) = 196+126+27=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E1B is #3B81E4. Grayscale: #888888. Windows color (decimal): -3899877 or 1801924. OLE color: 1801924.

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

Color convert

RGB 196 126 27 -
CMYK 0 0.36 0.86 0.23
HSL 35.15º 0.76% 0.44% -
HSV(B) 35.15º 0.86% 0.77% -
XYZ 30.42 26.74 4.59 -
YUV 135.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 196 126 27 0 0.36 0.86 0.23 35.15 0.76 0.44
Hex C4 7E 1B 0 24 56 17 23 4C 2C
Octal 304 176 33 0 44 126 27 43 114 54
Binary 11000100 1111110 11011 0 100100 1010110 10111 100011 1001100 101100

Color Harmonies of #C47E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E1B

Black with #C47E1B

Text Example


Text Example

White with #C47E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E1B; }

 p { color: rgb(196,126,27); }

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

background-color css

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

 a { background-color: rgb(196,126,27); }

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

border-color css

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

 span { border-color: rgb(196,126,27); }

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