Html Css Color HEX #C4751F Ochre

📋 copy color: '#C4751F'

red 196 ◦ green 117 ◦ blue 31

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

Shades of Ochre #C4751F

Tints of Ochre #C4751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

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

R = 56.98%
G = 34.01%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4751F (or 0xC4751F) is known color: Ochre. HEX triplet: C4, 75 and 1F. RGB value is (196,117,31). Sum of RGB (Red+Green+Blue) = 196+117+31=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4751F is #3B8AE0. Grayscale: #838383. Windows color (decimal): -3902177 or 2061764. OLE color: 2061764.

HSL color Cylindrical-coordinate representation of color #C4751F: hue angle of 31.27º 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 #C4751F is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 31 -
CMYK 0 0.40 0.84 0.23
HSL 31.27º 0.73% 0.45% -
HSV(B) 31.27º 0.84% 0.77% -
XYZ 29.37 24.56 4.49 -
YUV 130.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 196 117 31 0 0.40 0.84 0.23 31.27 0.73 0.45
Hex C4 75 1F 0 28 54 17 1F 49 2D
Octal 304 165 37 0 50 124 27 37 111 55
Binary 11000100 1110101 11111 0 101000 1010100 10111 11111 1001001 101101

Color Harmonies of #C4751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4751F

Black with #C4751F

Text Example


Text Example

White with #C4751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4751F; }

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

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

background-color css

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

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

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

border-color css

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

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

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