Html Css Color HEX #C4741F Ochre

📋 copy color: '#C4741F'

red 196 ◦ green 116 ◦ blue 31

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

Shades of Ochre #C4741F

Tints of Ochre #C4741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.04%

R = 57.14%
G = 33.82%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4741F (or 0xC4741F) is known color: Ochre. HEX triplet: C4, 74 and 1F. RGB value is (196,116,31). Sum of RGB (Red+Green+Blue) = 196+116+31=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4741F is #3B8BE0. Grayscale: #828282. Windows color (decimal): -3902433 or 2061508. OLE color: 2061508.

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

Color convert

RGB 196 116 31 -
CMYK 0 0.41 0.84 0.23
HSL 30.91º 0.73% 0.45% -
HSV(B) 30.91º 0.84% 0.77% -
XYZ 29.26 24.33 4.45 -
YUV 130.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 196 116 31 0 0.41 0.84 0.23 30.91 0.73 0.45
Hex C4 74 1F 0 29 54 17 1F 49 2D
Octal 304 164 37 0 51 124 27 37 111 55
Binary 11000100 1110100 11111 0 101001 1010100 10111 11111 1001001 101101

Color Harmonies of #C4741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4741F

Black with #C4741F

Text Example


Text Example

White with #C4741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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