Html Css Color HEX #C3741F Ochre

📋 copy color: '#C3741F'

red 195 ◦ green 116 ◦ blue 31

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

Shades of Ochre #C3741F

Tints of Ochre #C3741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 57.02%
G = 33.92%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3741F (or 0xC3741F) is known color: Ochre. HEX triplet: C3, 74 and 1F. RGB value is (195,116,31). Sum of RGB (Red+Green+Blue) = 195+116+31=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3741F is #3C8BE0. Grayscale: #828282. Windows color (decimal): -3967969 or 2061507. OLE color: 2061507.

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

Color convert

RGB 195 116 31 -
CMYK 0 0.41 0.84 0.24
HSL 31.1º 0.73% 0.44% -
HSV(B) 31.1º 0.84% 0.76% -
XYZ 29 24.19 4.44 -
YUV 129.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 195 116 31 0 0.41 0.84 0.24 31.1 0.73 0.44
Hex C3 74 1F 0 29 54 18 1F 49 2C
Octal 303 164 37 0 51 124 30 37 111 54
Binary 11000011 1110100 11111 0 101001 1010100 11000 11111 1001001 101100

Color Harmonies of #C3741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3741F

Black with #C3741F

Text Example


Text Example

White with #C3741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3741F; }

 p { color: rgb(195,116,31); }

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

background-color css

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

 a { background-color: rgb(195,116,31); }

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

border-color css

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

 span { border-color: rgb(195,116,31); }

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