Html Css Color HEX #C3781C Ochre

📋 copy color: '#C3781C'

red 195 ◦ green 120 ◦ blue 28

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

Shades of Ochre #C3781C

Tints of Ochre #C3781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 56.85%
G = 34.99%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3781C (or 0xC3781C) is known color: Ochre. HEX triplet: C3, 78 and 1C. RGB value is (195,120,28). Sum of RGB (Red+Green+Blue) = 195+120+28=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3781C is #3C87E3. Grayscale: #848484. Windows color (decimal): -3966948 or 1865923. OLE color: 1865923.

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

Color convert

RGB 195 120 28 -
CMYK 0 0.38 0.86 0.24
HSL 33.05º 0.75% 0.44% -
HSV(B) 33.05º 0.86% 0.76% -
XYZ 29.43 25.12 4.4 -
YUV 131.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 195 120 28 0 0.38 0.86 0.24 33.05 0.75 0.44
Hex C3 78 1C 0 26 56 18 21 4B 2C
Octal 303 170 34 0 46 126 30 41 113 54
Binary 11000011 1111000 11100 0 100110 1010110 11000 100001 1001011 101100

Color Harmonies of #C3781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3781C

Black with #C3781C

Text Example


Text Example

White with #C3781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3781C; }

 p { color: rgb(195,120,28); }

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

background-color css

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

 a { background-color: rgb(195,120,28); }

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

border-color css

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

 span { border-color: rgb(195,120,28); }

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