Html Css Color HEX #C3721E Ochre

📋 copy color: '#C3721E'

red 195 ◦ green 114 ◦ blue 30

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

Shades of Ochre #C3721E

Tints of Ochre #C3721E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 57.52%
G = 33.63%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3721E (or 0xC3721E) is known color: Ochre. HEX triplet: C3, 72 and 1E. RGB value is (195,114,30). Sum of RGB (Red+Green+Blue) = 195+114+30=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3721E is #3C8DE1. Grayscale: #818181. Windows color (decimal): -3968482 or 1995459. OLE color: 1995459.

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

Color convert

RGB 195 114 30 -
CMYK 0 0.42 0.85 0.24
HSL 30.55º 0.73% 0.44% -
HSV(B) 30.55º 0.85% 0.76% -
XYZ 28.76 23.73 4.29 -
YUV 128.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 195 114 30 0 0.42 0.85 0.24 30.55 0.73 0.44
Hex C3 72 1E 0 2A 55 18 1F 49 2C
Octal 303 162 36 0 52 125 30 37 111 54
Binary 11000011 1110010 11110 0 101010 1010101 11000 11111 1001001 101100

Color Harmonies of #C3721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3721E

Black with #C3721E

Text Example


Text Example

White with #C3721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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