Html Css Color HEX #C4751A Ochre

📋 copy color: '#C4751A'

red 196 ◦ green 117 ◦ blue 26

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

Shades of Ochre #C4751A

Tints of Ochre #C4751A

RGB

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

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

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

R = 57.82%
G = 34.51%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4751A (or 0xC4751A) is known color: Ochre. HEX triplet: C4, 75 and 1A. RGB value is (196,117,26). Sum of RGB (Red+Green+Blue) = 196+117+26=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4751A is #3B8AE5. Grayscale: #828282. Windows color (decimal): -3902182 or 1734084. OLE color: 1734084.

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

Color convert

RGB 196 117 26 -
CMYK 0 0.40 0.87 0.23
HSL 32.12º 0.77% 0.44% -
HSV(B) 32.12º 0.87% 0.77% -
XYZ 29.31 24.53 4.17 -
YUV 130.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 196 117 26 0 0.40 0.87 0.23 32.12 0.77 0.44
Hex C4 75 1A 0 28 57 17 20 4D 2C
Octal 304 165 32 0 50 127 27 40 115 54
Binary 11000100 1110101 11010 0 101000 1010111 10111 100000 1001101 101100

Color Harmonies of #C4751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4751A

Black with #C4751A

Text Example


Text Example

White with #C4751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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