Html Css Color HEX #C3721A Ochre

📋 copy color: '#C3721A'

red 195 ◦ green 114 ◦ blue 26

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

Shades of Ochre #C3721A

Tints of Ochre #C3721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

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

R = 58.21%
G = 34.03%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3721A (or 0xC3721A) is known color: Ochre. HEX triplet: C3, 72 and 1A. RGB value is (195,114,26). Sum of RGB (Red+Green+Blue) = 195+114+26=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C3721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3721A is #3C8DE5. Grayscale: #808080. Windows color (decimal): -3968486 or 1733315. OLE color: 1733315.

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

Color convert

RGB 195 114 26 -
CMYK 0 0.42 0.87 0.24
HSL 31.24º 0.76% 0.43% -
HSV(B) 31.24º 0.87% 0.76% -
XYZ 28.71 23.71 4.04 -
YUV 128.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 195 114 26 0 0.42 0.87 0.24 31.24 0.76 0.43
Hex C3 72 1A 0 2A 57 18 1F 4C 2B
Octal 303 162 32 0 52 127 30 37 114 53
Binary 11000011 1110010 11010 0 101010 1010111 11000 11111 1001100 101011

Color Harmonies of #C3721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3721A

Black with #C3721A

Text Example


Text Example

White with #C3721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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