Html Css Color HEX #C3781B Ochre

📋 copy color: '#C3781B'

red 195 ◦ green 120 ◦ blue 27

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

Shades of Ochre #C3781B

Tints of Ochre #C3781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 57.02%
G = 35.09%
B = 7.89%

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

#C3781B (or 0xC3781B) is known color: Ochre. HEX triplet: C3, 78 and 1B. RGB value is (195,120,27). Sum of RGB (Red+Green+Blue) = 195+120+27=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3781B is #3C87E4. Grayscale: #848484. Windows color (decimal): -3966949 or 1800387. OLE color: 1800387.

HSL color Cylindrical-coordinate representation of color #C3781B: hue angle of 33.21º degrees, saturation: 0.76, 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 #C3781B is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 120 27 -
CMYK 0 0.38 0.86 0.24
HSL 33.21º 0.76% 0.44% -
HSV(B) 33.21º 0.86% 0.76% -
XYZ 29.42 25.11 4.33 -
YUV 131.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 195 120 27 0 0.38 0.86 0.24 33.21 0.76 0.44
Hex C3 78 1B 0 26 56 18 21 4C 2C
Octal 303 170 33 0 46 126 30 41 114 54
Binary 11000011 1111000 11011 0 100110 1010110 11000 100001 1001100 101100

Color Harmonies of #C3781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3781B

Black with #C3781B

Text Example


Text Example

White with #C3781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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