Html Css Color HEX #C4741A Ochre

📋 copy color: '#C4741A'

red 196 ◦ green 116 ◦ blue 26

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

Shades of Ochre #C4741A

Tints of Ochre #C4741A

RGB

 RED value IS 196 (76.95% from 255) = 57.99%

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 57.99%
G = 34.32%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4741A (or 0xC4741A) is known color: Ochre. HEX triplet: C4, 74 and 1A. RGB value is (196,116,26). Sum of RGB (Red+Green+Blue) = 196+116+26=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4741A is #3B8BE5. Grayscale: #828282. Windows color (decimal): -3902438 or 1733828. OLE color: 1733828.

HSL color Cylindrical-coordinate representation of color #C4741A: hue angle of 31.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4741A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 26 -
CMYK 0 0.41 0.87 0.23
HSL 31.76º 0.77% 0.44% -
HSV(B) 31.76º 0.87% 0.77% -
XYZ 29.2 24.3 4.13 -
YUV 129.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 196 116 26 0 0.41 0.87 0.23 31.76 0.77 0.44
Hex C4 74 1A 0 29 57 17 20 4D 2C
Octal 304 164 32 0 51 127 27 40 115 54
Binary 11000100 1110100 11010 0 101001 1010111 10111 100000 1001101 101100

Color Harmonies of #C4741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4741A

Black with #C4741A

Text Example


Text Example

White with #C4741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4741A; }

 p { color: rgb(196,116,26); }

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

background-color css

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

 a { background-color: rgb(196,116,26); }

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

border-color css

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

 span { border-color: rgb(196,116,26); }

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