Html Css Color HEX #C3761A Ochre

📋 copy color: '#C3761A'

red 195 ◦ green 118 ◦ blue 26

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

Shades of Ochre #C3761A

Tints of Ochre #C3761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 57.52%
G = 34.81%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3761A (or 0xC3761A) is known color: Ochre. HEX triplet: C3, 76 and 1A. RGB value is (195,118,26). Sum of RGB (Red+Green+Blue) = 195+118+26=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3761A is #3C89E5. Grayscale: #828282. Windows color (decimal): -3967462 or 1734339. OLE color: 1734339.

HSL color Cylindrical-coordinate representation of color #C3761A: hue angle of 32.66º 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 #C3761A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 26 -
CMYK 0 0.39 0.87 0.24
HSL 32.66º 0.76% 0.43% -
HSV(B) 32.66º 0.87% 0.76% -
XYZ 29.17 24.63 4.19 -
YUV 130.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 195 118 26 0 0.39 0.87 0.24 32.66 0.76 0.43
Hex C3 76 1A 0 27 57 18 21 4C 2B
Octal 303 166 32 0 47 127 30 41 114 53
Binary 11000011 1110110 11010 0 100111 1010111 11000 100001 1001100 101011

Color Harmonies of #C3761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3761A

Black with #C3761A

Text Example


Text Example

White with #C3761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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