Html Css Color HEX #C47B15 Ochre

📋 copy color: '#C47B15'

red 196 ◦ green 123 ◦ blue 21

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

Shades of Ochre #C47B15

Tints of Ochre #C47B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 57.65%
G = 36.18%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47B15 (or 0xC47B15) is known color: Ochre. HEX triplet: C4, 7B and 15. RGB value is (196,123,21). Sum of RGB (Red+Green+Blue) = 196+123+21=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B15 is #3B84EA. Grayscale: #858585. Windows color (decimal): -3900651 or 1407940. OLE color: 1407940.

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

Color convert

RGB 196 123 21 -
CMYK 0 0.37 0.89 0.23
HSL 34.97º 0.81% 0.43% -
HSV(B) 34.97º 0.89% 0.77% -
XYZ 29.98 25.96 4.14 -
YUV 133.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 196 123 21 0 0.37 0.89 0.23 34.97 0.81 0.43
Hex C4 7B 15 0 25 59 17 23 51 2B
Octal 304 173 25 0 45 131 27 43 121 53
Binary 11000100 1111011 10101 0 100101 1011001 10111 100011 1010001 101011

Color Harmonies of #C47B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B15

Black with #C47B15

Text Example


Text Example

White with #C47B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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