Html Css Color HEX #C47B1E Ochre

📋 copy color: '#C47B1E'

red 196 ◦ green 123 ◦ blue 30

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

Shades of Ochre #C47B1E

Tints of Ochre #C47B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

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

R = 56.16%
G = 35.24%
B = 8.6%

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

#C47B1E (or 0xC47B1E) is known color: Ochre. HEX triplet: C4, 7B and 1E. RGB value is (196,123,30). Sum of RGB (Red+Green+Blue) = 196+123+30=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B1E is #3B84E1. Grayscale: #868686. Windows color (decimal): -3900642 or 1997764. OLE color: 1997764.

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

Color convert

RGB 196 123 30 -
CMYK 0 0.37 0.85 0.23
HSL 33.61º 0.73% 0.44% -
HSV(B) 33.61º 0.85% 0.77% -
XYZ 30.08 26 4.66 -
YUV 134.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 196 123 30 0 0.37 0.85 0.23 33.61 0.73 0.44
Hex C4 7B 1E 0 25 55 17 22 49 2C
Octal 304 173 36 0 45 125 27 42 111 54
Binary 11000100 1111011 11110 0 100101 1010101 10111 100010 1001001 101100

Color Harmonies of #C47B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B1E

Black with #C47B1E

Text Example


Text Example

White with #C47B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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