Html Css Color HEX #C3731E Ochre

📋 copy color: '#C3731E'

red 195 ◦ green 115 ◦ blue 30

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

Shades of Ochre #C3731E

Tints of Ochre #C3731E

RGB

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

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

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

R = 57.35%
G = 33.82%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3731E (or 0xC3731E) is known color: Ochre. HEX triplet: C3, 73 and 1E. RGB value is (195,115,30). Sum of RGB (Red+Green+Blue) = 195+115+30=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3731E is #3C8CE1. Grayscale: #818181. Windows color (decimal): -3968226 or 1995715. OLE color: 1995715.

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

Color convert

RGB 195 115 30 -
CMYK 0 0.41 0.85 0.24
HSL 30.91º 0.73% 0.44% -
HSV(B) 30.91º 0.85% 0.76% -
XYZ 28.87 23.96 4.33 -
YUV 129.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 195 115 30 0 0.41 0.85 0.24 30.91 0.73 0.44
Hex C3 73 1E 0 29 55 18 1F 49 2C
Octal 303 163 36 0 51 125 30 37 111 54
Binary 11000011 1110011 11110 0 101001 1010101 11000 11111 1001001 101100

Color Harmonies of #C3731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3731E

Black with #C3731E

Text Example


Text Example

White with #C3731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3731E; }

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

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

background-color css

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

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

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

border-color css

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

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

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