Html Css Color HEX #C47925 Ochre

📋 copy color: '#C47925'

red 196 ◦ green 121 ◦ blue 37

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

Shades of Ochre #C47925

Tints of Ochre #C47925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 37 (14.84% from 255) = 10.45%

R = 55.37%
G = 34.18%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47925 (or 0xC47925) is known color: Ochre. HEX triplet: C4, 79 and 25. RGB value is (196,121,37). Sum of RGB (Red+Green+Blue) = 196+121+37=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C47925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47925 is #3B86DA. Grayscale: #868686. Windows color (decimal): -3901147 or 2456004. OLE color: 2456004.

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

Color convert

RGB 196 121 37 -
CMYK 0 0.38 0.81 0.23
HSL 31.7º 0.68% 0.46% -
HSV(B) 31.7º 0.81% 0.77% -
XYZ 29.94 25.54 5.1 -
YUV 133.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 196 121 37 0 0.38 0.81 0.23 31.7 0.68 0.46
Hex C4 79 25 0 26 51 17 20 44 2E
Octal 304 171 45 0 46 121 27 40 104 56
Binary 11000100 1111001 100101 0 100110 1010001 10111 100000 1000100 101110

Color Harmonies of #C47925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47925

Black with #C47925

Text Example


Text Example

White with #C47925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47925; }

 p { color: rgb(196,121,37); }

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

background-color css

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

 a { background-color: rgb(196,121,37); }

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

border-color css

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

 span { border-color: rgb(196,121,37); }

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