Html Css Color HEX #C47426 Ochre

📋 copy color: '#C47426'

red 196 ◦ green 116 ◦ blue 38

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

Shades of Ochre #C47426

Tints of Ochre #C47426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 56%
G = 33.14%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47426 (or 0xC47426) is known color: Ochre. HEX triplet: C4, 74 and 26. RGB value is (196,116,38). Sum of RGB (Red+Green+Blue) = 196+116+38=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C47426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47426 is #3B8BD9. Grayscale: #838383. Windows color (decimal): -3902426 or 2520260. OLE color: 2520260.

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

Color convert

RGB 196 116 38 -
CMYK 0 0.41 0.81 0.23
HSL 29.62º 0.68% 0.46% -
HSV(B) 29.62º 0.81% 0.77% -
XYZ 29.36 24.37 4.99 -
YUV 131.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 196 116 38 0 0.41 0.81 0.23 29.62 0.68 0.46
Hex C4 74 26 0 29 51 17 1E 44 2E
Octal 304 164 46 0 51 121 27 36 104 56
Binary 11000100 1110100 100110 0 101001 1010001 10111 11110 1000100 101110

Color Harmonies of #C47426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47426

Black with #C47426

Text Example


Text Example

White with #C47426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47426; }

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

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

background-color css

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

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

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

border-color css

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

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

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