Html Css Color HEX #C3731A Ochre

📋 copy color: '#C3731A'

red 195 ◦ green 115 ◦ blue 26

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

Shades of Ochre #C3731A

Tints of Ochre #C3731A

RGB

 RED value IS 195 (76.56% from 255) = 58.04%

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 58.04%
G = 34.23%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3731A (or 0xC3731A) is known color: Ochre. HEX triplet: C3, 73 and 1A. RGB value is (195,115,26). Sum of RGB (Red+Green+Blue) = 195+115+26=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3731A is #3C8CE5. Grayscale: #818181. Windows color (decimal): -3968230 or 1733571. OLE color: 1733571.

HSL color Cylindrical-coordinate representation of color #C3731A: hue angle of 31.6º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3731A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 26 -
CMYK 0 0.41 0.87 0.24
HSL 31.6º 0.76% 0.43% -
HSV(B) 31.6º 0.87% 0.76% -
XYZ 28.82 23.94 4.08 -
YUV 128.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 195 115 26 0 0.41 0.87 0.24 31.6 0.76 0.43
Hex C3 73 1A 0 29 57 18 20 4C 2B
Octal 303 163 32 0 51 127 30 40 114 53
Binary 11000011 1110011 11010 0 101001 1010111 11000 100000 1001100 101011

Color Harmonies of #C3731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3731A

Black with #C3731A

Text Example


Text Example

White with #C3731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3731A; }

 p { color: rgb(195,115,26); }

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

background-color css

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

 a { background-color: rgb(195,115,26); }

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

border-color css

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

 span { border-color: rgb(195,115,26); }

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